cappucchin: global theme enable
This commit is contained in:
parent
cd703beb2d
commit
6f5c0a462f
5 changed files with 17 additions and 1680 deletions
|
@ -17,11 +17,15 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
catppuccin.flavor = "mocha";
|
||||
catppuccin.enable = true;
|
||||
|
||||
${namespace}.home.extraOptions = {
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
catppuccin.flavor = "mocha";
|
||||
catppuccin.enable = true;
|
||||
|
||||
dconf = {
|
||||
settings."org/gnome/desktop/interface".color-scheme = "prefer-dark";
|
||||
};
|
||||
|
||||
gtk = {
|
||||
|
@ -40,6 +44,5 @@ in
|
|||
platformTheme = "gnome";
|
||||
style = "adwaita-dark";
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue