summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 5b463f12..2ecaf0da 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -498,6 +498,12 @@ in {
498 }; 498 };
499 499
500 systemd.user = import ./systemd.nix inputs; 500 systemd.user = import ./systemd.nix inputs;
501
502 dconf.settings = {
503 "org/gnome/desktop/interface" = {
504 color-scheme = "prefer-dark";
505 };
506 };
501 }; 507 };
502 }; 508 };
503} 509}