fix(gtk): enable and set default dark theme
This commit is contained in:
parent
319c25098c
commit
ff9cc5ad63
1 changed files with 7 additions and 0 deletions
|
@ -76,6 +76,13 @@ in
|
|||
FOO = "BAR";
|
||||
};
|
||||
|
||||
gtk.enable = true;
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
|
||||
home.file = {
|
||||
".zshrc".source = config.lib.file.mkOutOfStoreSymlink "/etc/nixos/config/zshrc";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue