diff options
author | bd <bdunahu@operationnull.com> | 2025-07-06 17:29:11 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-07-06 17:29:11 -0400 |
commit | 3885c9457f7bb13e160da6ce06dc30ec68daa330 (patch) | |
tree | 45e933b74cd3ecbc33da1ab2e6e0470bd8dcf21f /.config/guix/modules | |
parent | 1da91f33d2dc27701f35ee5ecbc9a93a266cdf20 (diff) |
Install clojure / java tools on system path
Diffstat (limited to '.config/guix/modules')
-rw-r--r-- | .config/guix/modules/packages/packages.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/guix/modules/packages/packages.scm b/.config/guix/modules/packages/packages.scm index 8c94187..a6eb417 100644 --- a/.config/guix/modules/packages/packages.scm +++ b/.config/guix/modules/packages/packages.scm @@ -25,6 +25,7 @@ algebra ;; bc assembly ;; nasm base ;; make + clojure ;; clojure commencement ;; gcc-toolchain compression ;; unzip, zip compton ;; picom @@ -45,6 +46,7 @@ image ;; flameshot imagemagick ;; imagemagick image-viewers ;; feh, nsxiv + java ;; icedtea libreoffice ;; libreoffice librewolf ;; librewolf linux ;; sysstat, tlp @@ -141,7 +143,6 @@ (define bd-packages-fun (list - angband bsnes dolphin-emu mgba @@ -164,10 +165,13 @@ (list bc cl-asdf + clojure + clojure-tools cutter gcc-toolchain gdb gnu-make + icedtea jq nasm netcat |