-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase-manifest.scm
27 lines (26 loc) · 1.07 KB
/
base-manifest.scm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
(use-modules (gnu packages))
(specifications->manifest
'("cl-alexandria" "cl-ppcre" "cl-slynk" "cl-bordeaux-threads" "cl-cffi" "cl-usocket"
;; Fonts
"font-ibm-plex" "font-dejavu" "font-liberation"
"font-abattis-cantarell" "font-wqy-microhei" "font-hack"
"font-gnu-unifont"
"font-google-material-design-icons"
;; GuixSD essentials and other mandatory packages
"libfixposix" "nss-certs"
;; Xorg utilities
"xrdb" "xev" "xfontsel" "xmodmap" "xset" "xsetroot" "xinit" "xinput" "xcape"
"xclip" "xdg-utils" "xrandr" "xgamma" "feh" "pulseaudio" "pamixer"
;; Bluetooth
"bluez" "blueman"
;; Readline and shell helpers.
"readline" "rlwrap"
;; CLI utils and other necessary things.
"p7zip" "dosfstools" "file" "tree" "zip" "unzip" "git" "sysfsutils"
"gnupg" "pinentry" "emacs-pinentry" "perl" "stapler"
"unrar" ; NON-FREE
;; Games
"dwarf-fortress" "ioquake3" "openmw" "minetest" "chocolate-doom"
;; Useful everyday programs.
"libreoffice" "keepassxc" "rxvt-unicode" "vlc" "pavucontrol" "pamixer"
"openvpn" "electrum" "openssh" "w3m"))