user/catppuccin: create specialisations for more streamlined switching
This commit is contained in:
parent
c0b65cd53b
commit
7d8dbaef0d
1 changed files with 6 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue