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 here
|
||||||
overlays = import ./overlays { inherit inputs outputs; };
|
overlays = import ./overlays { inherit inputs; };
|
||||||
|
|
||||||
# modules :D
|
# modules :D
|
||||||
nixosModules = import ./modules;
|
nixosModules = import ./modules;
|
||||||
|
|
|
@ -21,21 +21,9 @@
|
||||||
};
|
};
|
||||||
dwm = prev.dwm.overrideAttrs (old: {
|
dwm = prev.dwm.overrideAttrs (old: {
|
||||||
src = ../config/dwm;
|
src = ../config/dwm;
|
||||||
nativeBuildInputs = with pkgs; [
|
|
||||||
xorg.libX11.dev
|
|
||||||
xorg.libXft
|
|
||||||
imlib2
|
|
||||||
xorg.libXinerama
|
|
||||||
];
|
|
||||||
});
|
});
|
||||||
dwmblocks = prev.dwm.overrideAttrs (old: {
|
dwmblocks = prev.dwm.overrideAttrs (old: {
|
||||||
src = ../config/dwmblocks;
|
src = ../config/dwmblocks;
|
||||||
nativeBuildInputs = with pkgs; [
|
|
||||||
xorg.libX11.dev
|
|
||||||
xorg.libXft
|
|
||||||
imlib2
|
|
||||||
xorg.libXinerama
|
|
||||||
];
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue