diff options
author | Amin Bandali <bandali@gnu.org> | 2019-08-05 12:44:40 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-08-05 12:44:40 -0400 |
commit | 754f8276d7c47ab747c0b7a4d4c70f868155508f (patch) | |
tree | a09d8c4efa1e7cf11ed70194719d734fdc1170c7 | |
parent | 9f5422bf37b5968ac9ab23920c02b9824ff3987d (diff) | |
download | configs-754f8276d7c47ab747c0b7a4d4c70f868155508f.tar.gz configs-754f8276d7c47ab747c0b7a4d4c70f868155508f.tar.xz configs-754f8276d7c47ab747c0b7a4d4c70f868155508f.zip |
guix: whoops, add the necessary packages for the guix system setup
Diffstat (limited to '')
-rw-r--r-- | .config/guix/home-manifest.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/guix/home-manifest.scm b/.config/guix/home-manifest.scm index 74054fd..8cc8196 100644 --- a/.config/guix/home-manifest.scm +++ b/.config/guix/home-manifest.scm @@ -66,4 +66,9 @@ "password-store" "pinentry-emacs" "rsync" - "screen")) + "screen" + "setxkbmap" + "xdg-user-dirs" + ;"xkbcomp" + "xmodmap" + "xrdb")) |