diff --git a/users/stitchynyan/home.nix b/users/stitchynyan/home.nix index a695ea8..bd8e2b8 100644 --- a/users/stitchynyan/home.nix +++ b/users/stitchynyan/home.nix @@ -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"; };