From ff9cc5ad6388282351018470b7b7171d27cf2086 Mon Sep 17 00:00:00 2001 From: stitchy Date: Fri, 21 Mar 2025 11:05:26 +0000 Subject: [PATCH] fix(gtk): enable and set default dark theme --- users/stitchynyan/home.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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"; };