fix(gtk): enable and set default dark theme

This commit is contained in:
stitchy 2025-03-21 11:05:26 +00:00
parent 319c25098c
commit ff9cc5ad63
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -76,6 +76,13 @@ in
FOO = "BAR"; FOO = "BAR";
}; };
gtk.enable = true;
dconf.settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
};
home.file = { home.file = {
".zshrc".source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/zshrc"; ".zshrc".source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/zshrc";
}; };