diff options
Diffstat (limited to '')
-rw-r--r-- | user-mora.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/user-mora.nix b/user-mora.nix index b77a17e..926cc96 100644 --- a/user-mora.nix +++ b/user-mora.nix @@ -72,6 +72,12 @@ gtk.font.name = "DejaVu Sans"; gtk.font.size = 8; + dconf.settings = { + "org/gnome/desktop/interface" = { + color-scheme = "prefer-dark"; + }; + }; + home.pointerCursor = let catppuccin-cursors' = pkgs.catppuccin-cursors.overrideAttrs (prev: { patchPhase = '' |