diff options
| author | Amin Bandali <mab@gnu.org> | 2020-01-25 20:13:18 -0500 | 
|---|---|---|
| committer | Amin Bandali <mab@gnu.org> | 2020-01-25 20:13:18 -0500 | 
| commit | c21be729603a719d7b1bf50f551c5214748cba78 (patch) | |
| tree | 23ba8b22300180acd3861e05e89babbe8b3e43f0 /.config/guix/manifest | |
| parent | 74be7f18d68948367de54170342caa7bf5d29a56 (diff) | |
| download | configs-c21be729603a719d7b1bf50f551c5214748cba78.tar.gz configs-c21be729603a719d7b1bf50f551c5214748cba78.tar.xz configs-c21be729603a719d7b1bf50f551c5214748cba78.zip | |
switch to exwm on chaman
Diffstat (limited to '.config/guix/manifest')
| -rw-r--r-- | .config/guix/manifest/chaman.scm | 15 | 
1 files changed, 13 insertions, 2 deletions
| diff --git a/.config/guix/manifest/chaman.scm b/.config/guix/manifest/chaman.scm index b312573..5ba14c6 100644 --- a/.config/guix/manifest/chaman.scm +++ b/.config/guix/manifest/chaman.scm @@ -1,7 +1,9 @@  (specifications->manifest -  '("audacity" +  '("alsa-utils" +    "audacity"      "bash-completion"      "cvs" +    "dunst"      "emacs"      "emacs-alert"      "emacs-async" @@ -13,6 +15,7 @@      "emacs-dash"      "emacs-debbugs"      "emacs-diff-hl" +    "emacs-dmenu"      "emacs-doom-themes"      "emacs-ebdb"      "emacs-emmet-mode" @@ -22,6 +25,8 @@      "emacs-eshell-up"      "emacs-exec-path-from-shell"      "emacs-expand-region" +    "emacs-exwm" +    "emacs-exwm-edit"      "emacs-flycheck"      "emacs-geiser"      ;; "emacs-gnus-harvest" @@ -74,20 +79,24 @@      "hunspell"      "hunspell-dict-en-ca"      "hunspell-dict-en-us" -    ;; "icecat" +    "icecat"      "inkscape"      "isync"      "mpv"      "msmtp"      "ncdu"      "notmuch" +    "openjdk"      "openssh"      "openssl"      "password-store"      "pinentry-emacs"      "poppler"                           ; for 'pdffonts' +    "rofi" +    "rofi-pass"      "rsync"      "rtv" +    "rxvt-unicode"      "screen"      "setxkbmap"      ;; "texlive" @@ -98,4 +107,6 @@      ;; "xkbcomp"      "xmodmap"      "xrdb" +    "xset" +    "xsetroot"      "youtube-dl")) | 
