diff options
Diffstat (limited to '.config/guix/hati.scm')
-rw-r--r-- | .config/guix/hati.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/guix/hati.scm b/.config/guix/hati.scm index 3684100..8124afa 100644 --- a/.config/guix/hati.scm +++ b/.config/guix/hati.scm @@ -15,6 +15,7 @@ #:use-module (shell) #:use-module (ssh) #:use-module (gpg) + #:use-module (xserver) #:use-module (base)) @@ -58,7 +59,8 @@ ,@shell-service ,@ssh-service ,@gpg-service - ,@base-services)))) + ,@base-services + ,@xorg-services)))) (if (getenv "RUNNING_GUIX_HOME") home system) |