This commit is contained in:
Daniel Ziltener 2024-04-11 00:58:30 +02:00
parent b2e826da45
commit 5781d339d3
Signed by: zilti
GPG key ID: B38976E82C9DAE42
3 changed files with 8 additions and 3 deletions

View file

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

View file

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

View file

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