pc0-packages.scm 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ;; This "manifest" file can be passed to 'guix package -m' to reproduce
  2. ;; the content of your profile. This is "symbolic": it only specifies
  3. ;; package names. To reproduce the exact same profile, you also need to
  4. ;; capture the channels being used, as returned by "guix describe".
  5. ;; See the "Replicating Guix" section in the manual.
  6. (specifications->manifest
  7. (list "socat"
  8. "mtr"
  9. "pulsemixer"
  10. "wl-clipboard"
  11. "translate-shell"
  12. "curl"
  13. "autojump"
  14. "tigervnc-client"
  15. "lm-sensors"
  16. "fd"
  17. "htop"
  18. "screen"
  19. "iputils"
  20. "make"
  21. "tmux"
  22. "gnupg"
  23. "password-store"
  24. "pavucontrol"
  25. "strace"
  26. "rsync"
  27. "firefox"
  28. "dmenu"
  29. "ripgrep"
  30. "git"
  31. "ncdu"
  32. "lm-sensors"
  33. "python"
  34. "python-psutil"
  35. "mpv"
  36. "gron"
  37. "jq"
  38. "bluez"
  39. "moonlight-qt"
  40. "v4l-utils"
  41. "dialog"
  42. "pinentry"
  43. "sshpass"))