user/catppuccin: create specialisations for more streamlined switching

This commit is contained in:
LavaDesu 2025-03-18 17:29:53 +11:00
parent c0b65cd53b
commit 7d8dbaef0d
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -15,7 +15,7 @@
config = {
catppuccin = {
accent = "maroon";
flavor = "mocha";
flavor = lib.mkDefault "mocha";
kitty.enable = true;
gtk.enable = true;
hyprlock.enable = true;
@ -27,5 +27,10 @@
style.name = "kvantum";
platformTheme.name = "kvantum";
};
specialisation = {
light.configuration.catppuccin.flavor = "latte";
dark.configuration.catppuccin.flavor = "mocha";
};
};
}