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