diff options
author | EuAndreh <eu@euandre.org> | 2023-02-17 09:36:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-02-17 09:38:38 -0300 |
commit | 4110caad5b61b77185f19477348533b25a65185c (patch) | |
tree | 306398e2eb0ba284de0695f96f386bd88cd51054 /etc | |
parent | etc/guix/home.scm: Add custom curl and fortinevpn packages (diff) | |
download | dotfiles-4110caad5b61b77185f19477348533b25a65185c.tar.gz dotfiles-4110caad5b61b77185f19477348533b25a65185c.tar.xz |
etc/guix/home.scm: Add utility packages migrated from configuration.nix
Diffstat (limited to 'etc')
-rw-r--r-- | etc/guix/home.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 3ff1e47..a3f9d1b 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -205,6 +205,8 @@ (append (map (compose list specification->package+output symbol->string) '(nss-certs + nss:bin + glibc-locales bash coreutils findutils @@ -286,6 +288,7 @@ blueman pavucontrol ledger + gnuplot bind:utils stunnel netcat @@ -319,6 +322,7 @@ enscript texlive jq + xmlstarlet recutils units ncurses @@ -393,7 +397,9 @@ valgrind flex bison + byacc gcc + gdb clang-toolchain@14 tcc fuse @@ -410,6 +416,7 @@ ;; rust:rustfmt ; broken vala tcl + expect sbcl gcl |