diff options
author | bd <bdunahu@colostate.edu> | 2024-05-22 17:15:37 -0600 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-05-22 17:15:37 -0600 |
commit | bd26696ff9c92242e9d99d16a1ba68ed378c95d4 (patch) | |
tree | a1aea35a0e5688c6143ecd427d9dfb856b4e2ed7 /.config/guix/modules/xdg.scm | |
parent | 817fc10ea1bc4377e99c0f82dbc2e161179b0b3e (diff) |
Remove %desktop-services, attempt to kill gdm for good
Diffstat (limited to '.config/guix/modules/xdg.scm')
-rw-r--r-- | .config/guix/modules/xdg.scm | 7 |
1 files changed, 1 insertions, 6 deletions
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")))))))))) |