.
This commit is contained in:
parent
b5c53d6766
commit
e974b86265
1 changed files with 11 additions and 11 deletions
22
config.scm
22
config.scm
|
@ -15,8 +15,7 @@
|
||||||
certs
|
certs
|
||||||
emacs
|
emacs
|
||||||
wm
|
wm
|
||||||
xorg
|
xorg)
|
||||||
swayfx)
|
|
||||||
|
|
||||||
(operating-system
|
(operating-system
|
||||||
(host-name "ziltis-machine")
|
(host-name "ziltis-machine")
|
||||||
|
@ -50,15 +49,16 @@
|
||||||
(keyboard-layout
|
(keyboard-layout
|
||||||
(keyboard-layout "de"))
|
(keyboard-layout "de"))
|
||||||
(users
|
(users
|
||||||
(cons* (user-account
|
(cons*
|
||||||
(name "zilti")
|
(user-account
|
||||||
(group "users")
|
(name "zilti")
|
||||||
(supplementary-groups
|
(group "users")
|
||||||
'("wheel"
|
(supplementary-groups
|
||||||
"seat"
|
'("wheel"
|
||||||
"audio"
|
"seat"
|
||||||
"video"
|
"audio"
|
||||||
"libvirt")))
|
"video"
|
||||||
|
"libvirt")))
|
||||||
%base-user-accounts))
|
%base-user-accounts))
|
||||||
(packages
|
(packages
|
||||||
(append
|
(append
|
||||||
|
|
Loading…
Reference in a new issue