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