diff options
-rw-r--r-- | desktop.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop.scm b/desktop.scm index 433408e..aa53cef 100644 --- a/desktop.scm +++ b/desktop.scm @@ -84,6 +84,8 @@ (services (cons* (udev-rules-service 'light gnu-linux:light) (service gnome-desktop-service-type) + (simple-service 'adwaita-dark-theme session-environment-service-type + '(("GTK_THEME" . "Adwaita:dark"))) (bluetooth-service #:auto-enable? #t) (set-xorg-configuration (xorg-configuration |