Working on GTK
This commit is contained in:
@@ -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 !
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user