Update deprecated config
All checks were successful
CI / build (push) Successful in 1m5s

This commit is contained in:
Fabian Hauser 2025-05-25 14:31:39 +03:00
parent 43b973dccf
commit 52d98c8207
3 changed files with 10 additions and 11 deletions

View file

@ -2,15 +2,14 @@
{
services.mako = {
enable = true;
#backgroundColor = "#CCCCCCCC"; # TODO: Make layout colors in a central place
borderSize = 0;
#borderColor = "#4C7899FF";
defaultTimeout = 1500;
#ignoreTimeout = true;
#textColor = "#FFFFFFFF";
#width = 300;
#height = 100;
#font = "monospace 10";
settings = {
border-size = 0;
default-timeout = 1500;
#ignoreTimeout = true;
#width = 300;
#height = 100;
#font = "monospace 10";
};
}; # TODO
catppuccin.mako.enable = true;
}

View file

@ -4,6 +4,6 @@
}:
{
imports = [
inputs.catppuccin.homeManagerModules.catppuccin
inputs.catppuccin.homeModules.catppuccin
];
}

View file

@ -34,7 +34,7 @@ in
services.gnome = {
# TODO: Do this manually and not all at once.
core-utilities.enable = true;
core-apps.enable = true;
core-os-services.enable = false;
gnome-keyring.enable = true;