From bd26696ff9c92242e9d99d16a1ba68ed378c95d4 Mon Sep 17 00:00:00 2001 From: bd Date: Wed, 22 May 2024 17:15:37 -0600 Subject: Remove %desktop-services, attempt to kill gdm for good --- .config/guix/modules/xdg.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.config/guix/modules/xdg.scm') diff --git a/.config/guix/modules/xdg.scm b/.config/guix/modules/xdg.scm index 104c215..0b1b8f1 100644 --- a/.config/guix/modules/xdg.scm +++ b/.config/guix/modules/xdg.scm @@ -29,9 +29,4 @@ (file "torrent") (name "Torrent") (type 'application) - (config '((exec . "transmission-remote -a %u")))))))) - (simple-service 'dotfiles - home-files-service-type - `((".Xresources" - ,(plain-file "Xresources" "Sxiv.background: #000000 -Sxiv.foreground: #00C0FF")))))) + (config '((exec . "transmission-remote -a %u")))))))))) -- cgit v1.2.3