refactor!: use inputs directly instead of overlays
This commit is contained in:
parent
6ceddb1f94
commit
a3289ee611
5 changed files with 7 additions and 17 deletions
|
|
@ -1,17 +1,7 @@
|
|||
{ inputs, lib, ... }:
|
||||
_:
|
||||
|
||||
_: prev:
|
||||
{
|
||||
agenix = inputs.agenix.packages.${prev.system}.default;
|
||||
hyprpaper = inputs.hyprpaper.packages.${prev.system}.default;
|
||||
rofi-wayland = prev.rofi-wayland.overrideAttrs (_: {
|
||||
src = inputs.rofi-wayland;
|
||||
version = lib.my.mkVersionInput inputs.rofi-wayland;
|
||||
});
|
||||
timers = inputs.timers.packages.${prev.system}.default;
|
||||
hyprland = inputs.hyprland.packages.${prev.system}.default;
|
||||
neovim-nightly = inputs.neovim-nightly-overlay.packages.${prev.system}.default;
|
||||
|
||||
xorg = prev.xorg // {
|
||||
lndir = prev.xorg.lndir.overrideAttrs (_: {
|
||||
meta.mainProgram = "lndir";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue