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 = {
enable = true;
waylandCompositors.hyprland = {

View File

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