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/base.scm | |
parent | 817fc10ea1bc4377e99c0f82dbc2e161179b0b3e (diff) |
Remove %desktop-services, attempt to kill gdm for good
Diffstat (limited to '.config/guix/modules/base.scm')
-rw-r--r-- | .config/guix/modules/base.scm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.config/guix/modules/base.scm b/.config/guix/modules/base.scm index 03a58f3..b64adf5 100644 --- a/.config/guix/modules/base.scm +++ b/.config/guix/modules/base.scm @@ -19,11 +19,19 @@ "aspell-dict-en" "flameshot" "font-google-noto-emoji" + "picom" "rsync" "stow" "transmission" "xdotool" - "xset"))) + "xf86-input-libinput" + "xf86-video-fbdev" + "xinit" + "xmodmap" + "xorg-server" + "xrdb" + "xset" + ))) (define-public program-packages (map specification->package |