Compare commits
7 commits
main
...
install-pi
Author | SHA1 | Date | |
---|---|---|---|
564957ca11 | |||
3c0d21d4dd | |||
8f13dfa066 | |||
36a7940de5 | |||
681ea34054 | |||
203f079099 | |||
683bd93c6b |
4 changed files with 8 additions and 24 deletions
26
packages.scm
26
packages.scm
|
@ -1,5 +1,4 @@
|
|||
(use-modules (gnu packages admin)
|
||||
(gnu packages audio)
|
||||
(gnu packages chromium)
|
||||
(gnu packages compression)
|
||||
(gnu packages commencement)
|
||||
|
@ -8,7 +7,6 @@
|
|||
(gnu packages fonts)
|
||||
(gnu packages gnome)
|
||||
(gnu packages gnome-xyz)
|
||||
(gnu packages gnuzilla)
|
||||
(gnu packages haskell)
|
||||
(gnu packages haskell-xyz)
|
||||
(gnu packages libreoffice)
|
||||
|
@ -28,22 +26,21 @@
|
|||
(gnu packages web)
|
||||
(gnu packages xfce)
|
||||
(gnu packages xorg)
|
||||
(loom packages eyecandy)
|
||||
(loom packages music))
|
||||
(loom packages eyecandy))
|
||||
|
||||
(define %desktop
|
||||
(list
|
||||
arc-icon-theme
|
||||
arc-theme
|
||||
audacious-gtk
|
||||
evince
|
||||
font-google-noto
|
||||
font-openmoji
|
||||
font-sarasa-gothic
|
||||
htop
|
||||
mplayer
|
||||
nitrogen
|
||||
pavucontrol
|
||||
pwgen
|
||||
quodlibet
|
||||
recutils
|
||||
tmux
|
||||
toon-cursors
|
||||
|
@ -66,8 +63,8 @@
|
|||
(define %web
|
||||
(list
|
||||
claws-mail
|
||||
icecat-minimal
|
||||
ungoogled-chromium))
|
||||
ungoogled-chromium
|
||||
))
|
||||
|
||||
(define %heavy
|
||||
(list
|
||||
|
@ -82,16 +79,3 @@
|
|||
netcat
|
||||
openssh
|
||||
rsync))
|
||||
|
||||
(define %studio
|
||||
(list
|
||||
amsynth
|
||||
audacity
|
||||
calf
|
||||
hydrogen
|
||||
jack-1
|
||||
lilypond
|
||||
qjackctl
|
||||
setbfree
|
||||
sooperlooper
|
||||
yoshimi))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
(load "packages.scm")
|
||||
|
||||
(packages->manifest (append %desktop %dev %heavy %network %studio %web))
|
||||
(packages->manifest (append %desktop %dev %heavy %network %web))
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
(load "packages.scm")
|
||||
|
||||
(packages->manifest (append %desktop %dev %heavy %network %studio %web))
|
||||
(packages->manifest (append %desktop %dev %heavy %network %web))
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
%base-file-systems))))
|
||||
|
||||
(define pam-audio
|
||||
(service pam-limits-service-type
|
||||
(pam-limits-service
|
||||
(list
|
||||
(pam-limits-entry "@audio" 'both 'rtprio 99)
|
||||
(pam-limits-entry "@audio" 'both 'memlock 'unlimited))))
|
||||
|
|
Loading…
Reference in a new issue