dotfiles/home-modules/applications/mako.nix
Fabian Hauser 52d98c8207
All checks were successful
CI / build (push) Successful in 1m5s
Update deprecated config
2025-05-25 14:51:24 +03:00

15 lines
274 B
Nix

{ ... }:
{
services.mako = {
enable = true;
settings = {
border-size = 0;
default-timeout = 1500;
#ignoreTimeout = true;
#width = 300;
#height = 100;
#font = "monospace 10";
};
}; # TODO
catppuccin.mako.enable = true;
}