Use awesome window manager

This commit is contained in:
Oliver Davies 2024-06-15 12:17:07 +01:00
parent a7a979e17e
commit 41386749b8
8 changed files with 100 additions and 9 deletions
lib/nixos/home-manager

View file

@ -6,6 +6,8 @@
}:
{
imports = [
./modules/autorandr.nix
./modules/awesome.nix
./modules/copyq.nix
./modules/dunst.nix
./modules/espanso.nix
@ -13,7 +15,7 @@
./modules/feh.nix
./modules/flameshot.nix
./modules/kanshi.nix
./modules/sway.nix
# ./modules/sway.nix
./modules/mpv.nix
];
}