mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 10:56:15 -05:00
reference new swaylock effects
This commit is contained in:
parent
f3e224d612
commit
12fe2ebbc0
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue