This commit is contained in:
2024-04-19 21:13:32 +02:00
parent b4af66a305
commit f87e0d9295
3 changed files with 7 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
unstable.nh
nix-output-monitor
nvd
xorg.xrandr
]);
fonts.packages = with pkgs; [ nerdfonts ];

View File

@@ -33,6 +33,9 @@
windowManager = {
dwm = {
enable = true;
package = pkgs.dwm.overrideAttrs {
src = /home/mike/Projects/dwm;
};
};
};