1

Ags: Add starter config

This commit is contained in:
2024-10-13 19:29:28 +02:00
parent 347806d7b6
commit da87d0c653
8 changed files with 265 additions and 7 deletions

View File

@ -33,6 +33,8 @@ rec {
# Enable and configure my custom HM modules.
modules = {
ags.enable = true;
chromium = {
enable = true;
google = false;
@ -170,10 +172,7 @@ rec {
theme = "Foggy-Lake";
};
waybar = {
enable = true;
};
waybar.enable = false;
zathura.enable = true;
};

View File

@ -48,7 +48,6 @@
];
};
# TODO: Also set the dunst monitor
waybar.monitor = "HDMI-A-1";
};