adding nwg-bar to toothpick
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -59,6 +59,9 @@
|
|||||||
neovim = {
|
neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
nwg-bar = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
rofi = {
|
rofi = {
|
||||||
enable = false;
|
enable = false;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user