This commit is contained in:
parent
43b973dccf
commit
52d98c8207
3 changed files with 10 additions and 11 deletions
|
@ -2,15 +2,14 @@
|
||||||
{
|
{
|
||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
#backgroundColor = "#CCCCCCCC"; # TODO: Make layout colors in a central place
|
settings = {
|
||||||
borderSize = 0;
|
border-size = 0;
|
||||||
#borderColor = "#4C7899FF";
|
default-timeout = 1500;
|
||||||
defaultTimeout = 1500;
|
#ignoreTimeout = true;
|
||||||
#ignoreTimeout = true;
|
#width = 300;
|
||||||
#textColor = "#FFFFFFFF";
|
#height = 100;
|
||||||
#width = 300;
|
#font = "monospace 10";
|
||||||
#height = 100;
|
};
|
||||||
#font = "monospace 10";
|
|
||||||
}; # TODO
|
}; # TODO
|
||||||
catppuccin.mako.enable = true;
|
catppuccin.mako.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.catppuccin.homeManagerModules.catppuccin
|
inputs.catppuccin.homeModules.catppuccin
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,7 +34,7 @@ in
|
||||||
|
|
||||||
services.gnome = {
|
services.gnome = {
|
||||||
# TODO: Do this manually and not all at once.
|
# TODO: Do this manually and not all at once.
|
||||||
core-utilities.enable = true;
|
core-apps.enable = true;
|
||||||
core-os-services.enable = false;
|
core-os-services.enable = false;
|
||||||
|
|
||||||
gnome-keyring.enable = true;
|
gnome-keyring.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue