Still GTK looks

This commit is contained in:
2026-03-16 10:01:58 +00:00
parent b6baf481bc
commit 4a8750395a
@@ -2,7 +2,6 @@
{
environment.systemPackages = with pkgs; [
inputs.catppuccin.gtk.mocha.standard
papirus-icon-theme
];
@@ -11,4 +10,12 @@
GTK_ICON_THEME = "Papirus-Dark";
GTK_ENABLE_DARK_MODE = "1";
};
catppuccin = {
enable = true;
flavor = "mocha";
gtk = {
enable = true;
};
};
}