more guix laptop configs
This commit is contained in:
parent
1a680f82e6
commit
4f592c0559
3 changed files with 243 additions and 8 deletions
25
guix/manifest.scm
Normal file
25
guix/manifest.scm
Normal 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"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue