Put in earplugs

This commit is contained in:
nik gaffney 2024-03-06 08:33:01 +01:00
parent 2e71b0bd5f
commit 373ca8f79b
Signed by: nik
GPG key ID: 989F5E6EDB478160
4 changed files with 16 additions and 5 deletions

View file

@ -438,6 +438,12 @@ Enable resolution of '.local' host names with mDNS.
*** screen locker *** screen locker
screen locker requires suid screen locker requires suid
#+begin_src scheme #+begin_src scheme
;; (service screen-locker-service-type
;; (screen-locker-configuration
;; (name "xscreensaver")
;; (program (file-append xscreensaver "/bin/xscreensaver")) (using-pam? #t)
;; (using-setuid? #f)))
(setuid-programs (setuid-programs
(cons* (cons*
(setuid-program (setuid-program

View file

@ -1,6 +1,6 @@
;; -*- mode: scheme; coding: utf-8; -*- ;; -*- mode: scheme; coding: utf-8; -*-
;; ;;
;; tangled from framework13-system.org on 2024-03-04 22:53:30+01:00) ;; tangled from framework13-system.org on 2024-03-06 08:32:36+01:00)
(use-modules (gnu) (use-modules (gnu)
(gnu packages) (gnu packages)
@ -277,6 +277,12 @@ writable = yes
(name-service-switch %mdns-host-lookup-nss) (name-service-switch %mdns-host-lookup-nss)
;; (service screen-locker-service-type
;; (screen-locker-configuration
;; (name "xscreensaver")
;; (program (file-append xscreensaver "/bin/xscreensaver")) (using-pam? #t)
;; (using-setuid? #f)))
(setuid-programs (setuid-programs
(cons* (cons*
(setuid-program (setuid-program

View file

@ -60,7 +60,7 @@ Packages that will show up in the home profile under =~/.guix-home/profile=
"rsync" "rsync"
;; "nyxt" ;; "nyxt"
"python" "python"
"git" "git" "git:send-email"
"gnupg" "gnupg"
"crda" "crda"
"htop" "htop"
@ -103,7 +103,6 @@ kitty config is in =dotfiles/kitty/kitty.conf=
#+BEGIN_SRC scheme #+BEGIN_SRC scheme
"nextcloud-client" "nextcloud-client"
#+END_SRC #+END_SRC
*** Hardware *** Hardware
#+BEGIN_SRC scheme #+BEGIN_SRC scheme
"lm-sensors" "lm-sensors"

View file

@ -1,6 +1,6 @@
;; -*- mode: scheme; coding: utf-8; -*- ;; -*- mode: scheme; coding: utf-8; -*-
;; ;;
;; tangled from home-configuration.org on 2024-03-04 22:50:55+01:00) ;; tangled from home-configuration.org on 2024-03-06 08:32:30+01:00)
(use-modules (gnu) (use-modules (gnu)
(gnu services) (gnu services)
@ -30,7 +30,7 @@
"rsync" "rsync"
;; "nyxt" ;; "nyxt"
"python" "python"
"git" "git" "git:send-email"
"gnupg" "gnupg"
"crda" "crda"
"htop" "htop"