Ags: Add starter config
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
||||
|
@ -48,7 +48,6 @@
|
||||
];
|
||||
};
|
||||
|
||||
# TODO: Also set the dunst monitor
|
||||
waybar.monitor = "HDMI-A-1";
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user