Add dwm window manager with some initial patches

- Set Mod4 as the mod key and Alacritty as the termcmd.
- Add a patch from suckless.org to hide any vacant tags.
  - https://dwm.suckless.org/patches/hide_vacant_tags
This commit is contained in:
Oliver Davies 2025-01-30 17:38:03 +00:00
parent e66af807b3
commit 4461ad3ca4
8 changed files with 172 additions and 6 deletions

View file

@ -59,7 +59,7 @@
formatter.${system} = pkgs.nixfmt-rfc-style;
overlays = import ./nix/overlays { inherit inputs; };
overlays = import ./nix/overlays { inherit inputs self; };
nixosModules.default = ./nix/modules/nixos;