diff --git a/config/framework13-system.org b/config/framework13-system.org index 0cd20e5..b0ad025 100644 --- a/config/framework13-system.org +++ b/config/framework13-system.org @@ -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 diff --git a/config/framework13-system.scm b/config/framework13-system.scm index c78122b..f194d80 100644 --- a/config/framework13-system.scm +++ b/config/framework13-system.scm @@ -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 diff --git a/config/home-configuration.org b/config/home-configuration.org index 7ef413c..d1d4377 100644 --- a/config/home-configuration.org +++ b/config/home-configuration.org @@ -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" diff --git a/config/home-configuration.scm b/config/home-configuration.scm index cf5b041..e787e39 100644 --- a/config/home-configuration.scm +++ b/config/home-configuration.scm @@ -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"