reference new swaylock effects

12fe2ebbc04c… · ryan77627 ·

parent f3e224d612ba… view tree

Changed files

FileChanges
system.scm +5 −3 raw
diff --git a/system.scm b/system.scm
index bd0dd2c..e487e71 100644
--- a/system.scm
+++ b/system.scm
@@ -19,6 +19,7 @@
(use-modules (gnu packages tls))
(use-modules (srfi srfi-1))
(use-modules (ryan-packages freedesktop))
+(use-modules (ryan-packages wm))
(use-package-modules security-token)
(use-service-modules cups desktop networking xorg ssh nix sound security-token docker virtualization)
@@ -104,7 +105,7 @@
(packages (append (map specification->package (list "sway"
"swaybg"
"swayidle"
- "swaylock-effects"
+ ;"swaylock-effects"
"fuzzel"
"alacritty"
"pinentry-qt"
@@ -133,7 +134,7 @@
"virt-manager"
"wireplumber"
"zsh"))
- (list my-ca-certs xdg-desktop-portal-wlr-new)
+ (list my-ca-certs xdg-desktop-portal-wlr-new swaylock-effects-new)
%my-base-packages ))
;; Below is the list of system services. To search for available
@@ -182,7 +183,8 @@
(setuid-programs
(append (list (file-like->setuid-program
(file-append
- (specification->package "swaylock-effects")
+ ;(specification->package "swaylock-effects")
+ swaylock-effects-new
"/bin/swaylock"))
(file-like->setuid-program
(file-append