2023-11-07 10:40:49 -05:00
|
|
|
(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"
|
2023-11-24 22:59:49 -05:00
|
|
|
"acpi"
|
|
|
|
|
"curl"
|
|
|
|
|
"mpv"))
|