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 papirus-icon-theme
]; ];
programs.gtk = { gtk = {
# <-- Correct option name
enable = true; enable = true;
gtk3.enable = true; gtk3.enable = true;
theme.name = "Catppuccin-Mocha-Standard-Blue-Dark"; theme = {
theme.variant = "dark"; name = "Catppuccin-Mocha-Standard-Blue-Dark";
iconTheme.name = "Papirus-Dark"; variant = "dark";
};
iconTheme = {
name = "Papirus-Dark";
};
}; };
# Check session.nix for variables !
} }