more guix laptop configs

This commit is contained in:
Ian Keane 2023-11-07 10:40:49 -05:00
parent 1a680f82e6
commit 4f592c0559
3 changed files with 243 additions and 8 deletions

25
guix/manifest.scm Normal file
View file

@ -0,0 +1,25 @@
(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"))