Compare commits

..

7 Commits

4 changed files with 8 additions and 24 deletions

View File

@ -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))

View File

@ -1,3 +1,3 @@
(load "packages.scm")
(packages->manifest (append %desktop %dev %heavy %network %studio %web))
(packages->manifest (append %desktop %dev %heavy %network %web))

View File

@ -1,3 +1,3 @@
(load "packages.scm")
(packages->manifest (append %desktop %dev %heavy %network %studio %web))
(packages->manifest (append %desktop %dev %heavy %network %web))

View File

@ -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))))