ok
This commit is contained in:
parent
9aab23763a
commit
cb3709f294
2 changed files with 1 additions and 13 deletions
|
@ -28,7 +28,7 @@
|
|||
);
|
||||
|
||||
# overlays here
|
||||
overlays = import ./overlays { inherit inputs outputs; };
|
||||
overlays = import ./overlays { inherit inputs; };
|
||||
|
||||
# modules :D
|
||||
nixosModules = import ./modules;
|
||||
|
|
|
@ -21,21 +21,9 @@
|
|||
};
|
||||
dwm = prev.dwm.overrideAttrs (old: {
|
||||
src = ../config/dwm;
|
||||
nativeBuildInputs = with pkgs; [
|
||||
xorg.libX11.dev
|
||||
xorg.libXft
|
||||
imlib2
|
||||
xorg.libXinerama
|
||||
];
|
||||
});
|
||||
dwmblocks = prev.dwm.overrideAttrs (old: {
|
||||
src = ../config/dwmblocks;
|
||||
nativeBuildInputs = with pkgs; [
|
||||
xorg.libX11.dev
|
||||
xorg.libXft
|
||||
imlib2
|
||||
xorg.libXinerama
|
||||
];
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue