adding nwg-bar to toothpick

This commit is contained in:
cnst
2024-11-25 19:21:00 +01:00
parent fdd3f1c42b
commit 4f73565411
2 changed files with 4 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ in {
}; };
} }
(mkIf (host == "cnix") { (mkIf (host == "cnix" || host == "cnixpad") {
programs.uwsm = { programs.uwsm = {
enable = true; enable = true;
waylandCompositors.hyprland = { waylandCompositors.hyprland = {

View File

@@ -59,6 +59,9 @@
neovim = { neovim = {
enable = true; enable = true;
}; };
nwg-bar = {
enable = true;
};
rofi = { rofi = {
enable = false; enable = false;
}; };