25 lines
354 B
Scheme
25 lines
354 B
Scheme
(use-modules (gnu packages))
|
|
|
|
(specifications->manifest
|
|
'("vim"
|
|
"tmux"
|
|
"git"
|
|
"bspwm"
|
|
"xterm"
|
|
"sxhkd"
|
|
"ncurses"
|
|
"icecat"
|
|
"nyxt"
|
|
"ungoogled-chromium"
|
|
"surf"
|
|
"dmenu"
|
|
"alacritty"
|
|
"fd"
|
|
"light"
|
|
"emacs"
|
|
"xclip"
|
|
"xmodmap"
|
|
"yt-dlp"
|
|
"fontconfig"
|
|
"font-bitstream-vera"
|
|
"acpi"))
|