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