diff options
author | EuAndreh <eu@euandre.org> | 2022-05-12 20:51:03 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-12 20:51:03 -0300 |
commit | 7f2f8f72fd7484b5d04c3756efbbe74719422203 (patch) | |
tree | e4f2a4c3d3f9cd558fb5e98c413176bfac50d3bb | |
parent | etc/guix/home.scm: Add ssh.conf (diff) | |
download | dotfiles-7f2f8f72fd7484b5d04c3756efbbe74719422203.tar.gz dotfiles-7f2f8f72fd7484b5d04c3756efbbe74719422203.tar.xz |
etc/guix/home.scm: Add a bunch of packages
-rw-r--r-- | etc/guix/home.scm | 121 |
1 files changed, 112 insertions, 9 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 5235d30..d3763b2 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -142,26 +142,49 @@ (packages (append (map (compose list specification->package+output symbol->string) - '(man-pages + '(nss-certs + bash + coreutils + findutils + diffutils + grep + sed + tar + gawk + bc + nvi + + man-pages posix-man-pages - tree - openssh - mailutils - entr + bash-completion ;; FIXME: should this exist? IIUC, this is a misleading name + git git:send-email - tmux - rsync + git:gui + git-open + git-remote-gcrypt + mercurial + fossil + subversion + cvs + gnupg + rsync + tree + diffoscope + mailutils + entr pulseaudio password-store playerctl pinentry-gtk2 bmake + make fzf ranger blueman + pavucontrol ledger curl xclip @@ -183,29 +206,109 @@ moreutils shellcheck gettext + lilypond groff + jq + recutils + units + ncurses + trash-cli + lsof + autojump + unzip + powertop + md4c + timidity++ + + flatpak + dunst + + sqlite clojure openjdk - sbcl perl perl-mojolicious + python + python-slixmpp + valgrind + gcc-toolchain + clang + node + quickjs + m4 + go + xrandr + arandr st i3status + xmobar + ghc + ghc-xmonad-contrib + xmonad + xmessage dmenu + clipmenu weechat alot notmuch - isync w3m afew + qtox + telescope + imagemagick + ffmpeg + pandoc + ;; mktorrent-latest + jekyll + flac + mediainfo + libnotify + espeak-ng + procps + zenity + util-linux + guile + gzip + xz + bzip2 + lzip + which + libxml2 + inetutils + psmisc + less + nano + patch + + poezio + freetalk + mcabber + profanity + newsboat + mpv-mpris + + poweralertd + keepassxc + + xbacklight zathura zathura-djvu zathura-pdf-poppler zathura-ps + dino + poedit + transmission + transmission:gui + audacity + inkscape + frescobaldi + libreoffice + rhythmbox + ungoogled-chromium firefox)) (list msmtp-non-hardcoded isync-with-options |