From 9a901cb6b723e26763b4f5818aa25f5e583a6472 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Sun, 11 May 2025 20:50:01 +0100 Subject: [PATCH] changes but I forgot what. added dark mode settings I think --- configuration.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 2f3b964..ba79d85 100644 --- a/configuration.nix +++ b/configuration.nix @@ -94,10 +94,22 @@ environment.gnome.excludePackages = (with pkgs; [ epiphany #web browser - using chrome ]); +programs.dconf.profiles.user = { + databases = [{ + lockAll = true; + settings = { + "org/gnome/desktop/interface" = { + color-scheme = "prefer-dark"; + clock-format = "24h"; + clock-show-weekday = true; + }; + }; + }]; + }; + # systemPackages environment.systemPackages = with pkgs; [ gnomeExtensions.blur-my-shell - gnomeExtensions.pop-shell discord-ptb git vlc