cappucchin: global theme enable

This commit is contained in:
Christoph Hollizeck 2024-12-28 06:02:18 +01:00
parent cd703beb2d
commit 6f5c0a462f
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
5 changed files with 17 additions and 1680 deletions

View file

@ -46,7 +46,6 @@ in
package = helix-pkg;
defaultEditor = true;
settings = {
theme = "tokyonight";
editor = {
auto-format = true;
line-number = "relative";

View file

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