chore(flake)!: bump inputs
Catppuccin configuration for mako is explicitly disabled due to a home-manager breaking change.
This commit is contained in:
parent
7caea914bd
commit
eab6653747
3 changed files with 30 additions and 28 deletions
|
@ -8,7 +8,11 @@ with lib;
|
|||
mkIf config.passthrough.gui {
|
||||
services.mako = {
|
||||
enable = true;
|
||||
defaultTimeout = 5000;
|
||||
anchor = "bottom-center";
|
||||
settings = {
|
||||
defaultTimeout = 5000;
|
||||
anchor = "bottom-center";
|
||||
};
|
||||
};
|
||||
|
||||
catppuccin.mako.enable = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue