diff options
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 |