Working on looks, still

This commit is contained in:
2026-03-16 10:08:12 +00:00
parent 4a8750395a
commit f7ff114619
2 changed files with 8 additions and 21 deletions
@@ -5,17 +5,5 @@
papirus-icon-theme
];
environment.sessionVariables = {
GTK_THEME = "Catppuccin-Mocha-Standard-Blue-Dark";
GTK_ICON_THEME = "Papirus-Dark";
GTK_ENABLE_DARK_MODE = "1";
};
catppuccin = {
enable = true;
flavor = "mocha";
gtk = {
enable = true;
};
};
#SEE SESSIONS.NIX FOR SESSION VARIABLES
}