Working on GTK

This commit is contained in:
2026-03-16 08:44:20 +00:00
parent 04848503b0
commit 763eb7c8dc
@@ -6,13 +6,16 @@
papirus-icon-theme
];
programs.gtk = {
gtk = {
# <-- Correct option name
enable = true;
gtk3.enable = true;
theme.name = "Catppuccin-Mocha-Standard-Blue-Dark";
theme.variant = "dark";
iconTheme.name = "Papirus-Dark";
theme = {
name = "Catppuccin-Mocha-Standard-Blue-Dark";
variant = "dark";
};
iconTheme = {
name = "Papirus-Dark";
};
};
# Check session.nix for variables !
}