Fixed gtk themes for nixos

This commit is contained in:
Random936 2024-05-23 20:22:52 -07:00
parent c82e83bf59
commit 2dec4a142f

View File

@ -13,11 +13,21 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
feh feh
dconf
microsoft-edge microsoft-edge
nextcloud-client nextcloud-client
bitwarden bitwarden
]; ];
dconf = {
enable = true;
settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
};
};
gtk = { gtk = {
enable = true; enable = true;
theme = { theme = {