Still GTK looks

This commit is contained in:
2026-03-16 09:53:16 +00:00
parent 46b33da8e0
commit 55943b3c1b
@@ -13,7 +13,16 @@
catppuccin = {
enable = true;
flavor = "mocha";
variant = "standard";
gtk.enable = true;
gtk = {
enable = true;
variant = "standard";
};
};
environment.sessionVariables = {
GTK_THEME = "Catppuccin-Mocha-Standard-Blue-Dark";
GTK_ICON_THEME = "Papirus-Dark";
GTK_ENABLE_DARK_MODE = "1";
};
}