packages.scm 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. (define-module (my-home packages)
  2. #:export (%my-packages))
  3. (define %my-packages
  4. (list
  5. "procps"
  6. "emacs-olivetti"
  7. "dovecot"
  8. "isync"
  9. "tootle"
  10. "wireguard-tools"
  11. "gnome-themes-extra"
  12. "gnome-themes-standard"
  13. "hicolor-icon-theme"
  14. "adwaita-icon-theme"
  15. "pidgin"
  16. "make"
  17. "castor"
  18. "calibre"
  19. "gajim"
  20. "fish"
  21. "kdenlive"
  22. "flashrom"
  23. "guile-chickadee"
  24. "guile-squee"
  25. "youtube-dl"
  26. "mako"
  27. "git"
  28. "qemu"
  29. "youtube-viewer"
  30. "msmtp"
  31. "xdg-desktop-portal-gtk"
  32. "xdg-desktop-portal"
  33. "flatpak"
  34. "git:send-email"
  35. "pavucontrol"
  36. "qbittorrent"
  37. "linphone-desktop"
  38. "wf-recorder"
  39. "sway"
  40. "gimp"
  41. "pinentry"
  42. "mpv"
  43. "termite"
  44. "libreoffice"
  45. "evince"
  46. "grim"
  47. "qterminal"
  48. "pulseaudio"
  49. "opensmtpd"
  50. "opensmtpd-filter-dkimsign"
  51. "xeyes"
  52. "openssh"
  53. "gnupg"
  54. "wget"
  55. "gnutls"
  56. "recutils"
  57. "gcc-toolchain"
  58. "haunt"
  59. "unzip"
  60. "bemenu"
  61. "endlessh"
  62. "perl"
  63. "sassc"
  64. "guile-syntax-highlight"
  65. "gtypist"
  66. "texinfo"
  67. "font-awesome"
  68. "font-google-noto"
  69. "sicp"
  70. "font-adobe-source-code-pro"
  71. "font-dejavu"
  72. "font-hack"))