chore(flake)!: bump inputs

Catppuccin configuration for mako is explicitly disabled due to a
home-manager breaking change.
This commit is contained in:
514fpv 2025-05-06 15:22:41 +08:00
parent 7caea914bd
commit eab6653747
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0
3 changed files with 30 additions and 28 deletions

View file

@ -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;
}