Add initial legacy configuration
This commit is contained in:
parent
febfe1d970
commit
db07652d99
64 changed files with 3287 additions and 13 deletions
16
home-modules/applications/mako.nix
Normal file
16
home-modules/applications/mako.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ ... }:
|
||||
{
|
||||
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";
|
||||
}; # TODO
|
||||
catppuccin.mako.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue