diff options
author | bd <bdunahu@operationnull.com> | 2025-02-04 16:54:07 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-02-04 16:54:07 -0500 |
commit | 260f6d94ef042abd4e6a3eece3847836463d6aa3 (patch) | |
tree | 80eeb47617db4be0312c12fa56d8b4334354b10e | |
parent | 3874a069c4efdaf4f01f22726e05971109420bd3 (diff) |
Uninstall emoji font, add gdb to permanently installed
-rw-r--r-- | .config/guix/modules/packages/packages.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/guix/modules/packages/packages.scm b/.config/guix/modules/packages/packages.scm index 4ba5ad9..8ffb069 100644 --- a/.config/guix/modules/packages/packages.scm +++ b/.config/guix/modules/packages/packages.scm @@ -26,10 +26,11 @@ databases ;; recutils education ;; anki emulators ;; mupen64plus*, bsnes, mgba - fonts ;; font-terminus, font-openmoji, font-awesome + fonts ;; font-terminus, font-awesome fontutils ;; fontconfig games ;; nethack gimp ;; gimp-next + gdb ;; gdb gnome ;; libnotify, brightnessctl networking ;; maccchanger gnupg ;; gnupg @@ -101,7 +102,6 @@ flameshot font-awesome fontconfig - font-openmoji font-terminus gnupg graphviz @@ -163,6 +163,7 @@ (list bc gcc-toolchain + gdb jq netcat offlineimap3 |