.
This commit is contained in:
parent
b2e826da45
commit
5781d339d3
3 changed files with 8 additions and 3 deletions
|
@ -379,7 +379,7 @@ This is the full operating system specification.
|
|||
(name "zilti")
|
||||
(group "users")
|
||||
(supplementary-groups
|
||||
'("avahi" "users" "wheel" "netdev" "audio" "cdrom" "video" "libvirt" "lp")))
|
||||
'("avahi" "users" "input" "wheel" "netdev" "audio" "cdrom" "video" "libvirt" "lp")))
|
||||
%base-user-accounts))
|
||||
<<root-package-block>>
|
||||
<<root-services-block>>
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
(name "zilti")
|
||||
(group "users")
|
||||
(supplementary-groups
|
||||
'("avahi" "users" "wheel" "netdev" "audio" "cdrom" "video" "libvirt" "lp")))
|
||||
'("avahi" "users" "input" "wheel" "netdev" "audio" "cdrom" "video" "libvirt" "lp")))
|
||||
%base-user-accounts))
|
||||
(packages
|
||||
(append
|
||||
|
|
|
@ -31,7 +31,8 @@
|
|||
(home-environment
|
||||
;; Below is the list of Home services. To search for available
|
||||
;; services, run 'guix home search KEYWORD' in a terminal.
|
||||
(services
|
||||
(
|
||||
services
|
||||
(list
|
||||
(service home-shepherd-service-type)
|
||||
(service home-msmtp-service-type
|
||||
|
@ -117,6 +118,7 @@
|
|||
"emacs-desktop-environment"
|
||||
"entr"
|
||||
"eternalterminal"
|
||||
"eudev"
|
||||
"diff-so-fancy"
|
||||
"firefox"
|
||||
"flatpak"
|
||||
|
@ -147,11 +149,13 @@
|
|||
"libbdplus"
|
||||
"libbluray"
|
||||
"liquidprompt"
|
||||
"libportal"
|
||||
"libsecret"
|
||||
"make"
|
||||
"nix"
|
||||
"nm-tray"
|
||||
"nnn"
|
||||
"nss-certs"
|
||||
"nwg-displays"
|
||||
"okular"
|
||||
"openssh"
|
||||
|
@ -175,6 +179,7 @@
|
|||
"slurp"
|
||||
"sshfs"
|
||||
"steam"
|
||||
"steam-devices-udev-rules"
|
||||
"stow"
|
||||
;; "sponge" https://linux.die.net/man/1/sponge
|
||||
"swappy"
|
||||
|
|
Loading…
Reference in a new issue