diff options
author | bd <bdunahu@operationnull.com> | 2025-09-01 22:28:48 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-09-01 22:28:48 -0400 |
commit | 681c8a363d11b938d77c5f39f569d5b5e72d2db8 (patch) | |
tree | 50697eece62830fc99fb61b1bbbf151f948dc197 /.config/guix/modules/packages/packages.scm | |
parent | 6af347e826db83b9e68670961ef86849ba6e5f90 (diff) |
Add emacs-f and emacs-hydra (for rpgdm), adjust python path
Diffstat (limited to '.config/guix/modules/packages/packages.scm')
-rw-r--r-- | .config/guix/modules/packages/packages.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/guix/modules/packages/packages.scm b/.config/guix/modules/packages/packages.scm index de4cd91..100f188 100644 --- a/.config/guix/modules/packages/packages.scm +++ b/.config/guix/modules/packages/packages.scm @@ -32,10 +32,11 @@ cryptsetup ;; cryptsetup curl ;; curl databases ;; recutils - engineering ;; rizin, cutter emulators ;; mupen64plus*, bsnes, mgba + engineering ;; rizin, cutter fonts ;; font-terminus fontutils ;; fontconfig + freedesktop ;; xdg-utils games ;; nethack gdb ;; gdb gimp ;; gimp-next @@ -49,7 +50,7 @@ java ;; icedtea libreoffice ;; libreoffice librewolf ;; librewolf - linux ;; sysstat, tlp + linux ;; sysstat, tlp, alsa-plugins lisp ;; sbcl man ;; man-pages networking ;; maccchanger @@ -98,6 +99,7 @@ (define bd-packages-desktop (list + alsa-plugins feh ffmpeg flameshot @@ -120,6 +122,7 @@ texlive texlive-biber texlive-dvipng + xdg-utils xf86-input-libinput xf86-video-fbdev xinit |