~ruther/guix-config

87782b86228b36e54edafb1ff402fdaa77ad2864 — Rutherther 7 months ago 917d2bf
feat: add swaylock pam rule
1 files changed, 10 insertions(+), 0 deletions(-)

M config.scm
M config.scm => config.scm +10 -0
@@ 9,6 9,7 @@
 (gnu)
 (gnu system nss)
 (guix utils)
 (gnu packages wm)
 (gnu services sound)
 (gnu packages vim)
 (gnu packages wget)


@@ 100,6 101,13 @@
                (service nix-service-type)
                (service power-profiles-daemon-service-type)

                (service screen-locker-service-type
                         (screen-locker-configuration
                          (name "swaylock")
                          (program (file-append swaylock "/bin/swaylock"))
                          (using-pam? #t)
                          (using-setuid? #f)))

                (service pam-limits-service-type
                         (list
                          (pam-limits-entry "@wheel" 'both 'core 'unlimited)))


@@ 145,3 153,5 @@
 ;; Allow resolution of '.local' host names with mDNS.
 (name-service-switch %mdns-host-lookup-nss))

;; TODO syncthing
;;  udev rules, could nix fpga stuff work?

Do not follow this link