From a52fe6273deaf6dd04bf3f589a0231cd05051d0f Mon Sep 17 00:00:00 2001 From: stefan Date: Tue, 11 Mar 2025 02:23:51 -0400 Subject: sync --- modules/global.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'modules/global.nix') diff --git a/modules/global.nix b/modules/global.nix index a5413ff..0cb44e7 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -43,6 +43,20 @@ in home-manager.enable = true; }; + dconf = { + enable = true; + settings = { + "org/gnome/desktop/interface" = { + color-scheme = "prefer-dark"; + }; + }; + }; + + gtk = { + enable = true; + gtk3.extraConfig.gtk-application-prefer-dark-theme = 1; + }; + targets.genericLinux.enable = cfg.notNixOS; home = { @@ -50,9 +64,12 @@ in homeDirectory = "/home/stefan"; stateVersion = "24.11"; + packages = with pkgs; [ nerd-fonts.comic-shanns-mono eza + ripgrep + lean4 ] ++ (lib.optional cfg.notNixOS nixgl.auto.nixGLDefault) ++ (lib.optionals cfg.wayland [ -- cgit v1.2.3