From a8bcda5d7dc0b05c2b8ea7375ae79c2a0c4c7a2e Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 3 Jun 2024 23:27:47 -0600 Subject: xorg->wayland, dwm->dwl, vali only to usable --- .config/guix/vali.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/guix/vali.scm') diff --git a/.config/guix/vali.scm b/.config/guix/vali.scm index 3e2acfc..afc50fd 100644 --- a/.config/guix/vali.scm +++ b/.config/guix/vali.scm @@ -15,8 +15,8 @@ #:use-module (guix gexp) #:use-module (modules base) #:use-module (modules mpd) - #:use-module (modules ymir) - #:use-module (modules xorg)) + #:use-module (modules wayland) + #:use-module (modules ymir)) (define home @@ -43,7 +43,7 @@ (services `(,@bd-base-system-services - ,@bd-desktop-system-services + ;; ,@bd-desktop-system-services ,@bd-mpd-service ,(service guix-home-service-type `((,username ,home))))) -- cgit v1.2.3