This commit is contained in:
parent
43b973dccf
commit
4ae4ada377
3 changed files with 4 additions and 4 deletions
|
@ -3,9 +3,9 @@
|
|||
services.mako = {
|
||||
enable = true;
|
||||
#backgroundColor = "#CCCCCCCC"; # TODO: Make layout colors in a central place
|
||||
borderSize = 0;
|
||||
border-size = 0;
|
||||
#borderColor = "#4C7899FF";
|
||||
defaultTimeout = 1500;
|
||||
default-timeout = 1500;
|
||||
#ignoreTimeout = true;
|
||||
#textColor = "#FFFFFFFF";
|
||||
#width = 300;
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
}:
|
||||
{
|
||||
imports = [
|
||||
inputs.catppuccin.homeManagerModules.catppuccin
|
||||
inputs.catppuccin.homeModules.catppuccin
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue