Put in earplugs
This commit is contained in:
parent
2e71b0bd5f
commit
373ca8f79b
4 changed files with 16 additions and 5 deletions
|
@ -438,6 +438,12 @@ Enable resolution of '.local' host names with mDNS.
|
|||
*** screen locker
|
||||
screen locker requires suid
|
||||
#+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
|
||||
(cons*
|
||||
(setuid-program
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- 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)
|
||||
(gnu packages)
|
||||
|
@ -277,6 +277,12 @@ writable = yes
|
|||
|
||||
(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
|
||||
(cons*
|
||||
(setuid-program
|
||||
|
|
|
@ -60,7 +60,7 @@ Packages that will show up in the home profile under =~/.guix-home/profile=
|
|||
"rsync"
|
||||
;; "nyxt"
|
||||
"python"
|
||||
"git"
|
||||
"git" "git:send-email"
|
||||
"gnupg"
|
||||
"crda"
|
||||
"htop"
|
||||
|
@ -103,7 +103,6 @@ kitty config is in =dotfiles/kitty/kitty.conf=
|
|||
#+BEGIN_SRC scheme
|
||||
"nextcloud-client"
|
||||
#+END_SRC
|
||||
|
||||
*** Hardware
|
||||
#+BEGIN_SRC scheme
|
||||
"lm-sensors"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; -*- 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)
|
||||
(gnu services)
|
||||
|
@ -30,7 +30,7 @@
|
|||
"rsync"
|
||||
;; "nyxt"
|
||||
"python"
|
||||
"git"
|
||||
"git" "git:send-email"
|
||||
"gnupg"
|
||||
"crda"
|
||||
"htop"
|
||||
|
|
Loading…
Reference in a new issue