diff options
author | ryan77627 <ryan@rschanz.org> | 2023-05-18 21:07:01 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-18 21:07:01 -0400 |
commit | 12fe2ebbc04ceff8baed8e52c471442e0fdd754f (patch) | |
tree | f782c4f9309bce0fb9bc3a6b56fc88be120d5437 /system.scm | |
parent | f3e224d612bacf1342e3640c11df44c8955df9f0 (diff) |
reference new swaylock effects
Diffstat (limited to 'system.scm')
-rw-r--r-- | system.scm | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -19,6 +19,7 @@ | |||
19 | (use-modules (gnu packages tls)) | 19 | (use-modules (gnu packages tls)) |
20 | (use-modules (srfi srfi-1)) | 20 | (use-modules (srfi srfi-1)) |
21 | (use-modules (ryan-packages freedesktop)) | 21 | (use-modules (ryan-packages freedesktop)) |
22 | (use-modules (ryan-packages wm)) | ||
22 | (use-package-modules security-token) | 23 | (use-package-modules security-token) |
23 | (use-service-modules cups desktop networking xorg ssh nix sound security-token docker virtualization) | 24 | (use-service-modules cups desktop networking xorg ssh nix sound security-token docker virtualization) |
24 | 25 | ||
@@ -104,7 +105,7 @@ | |||
104 | (packages (append (map specification->package (list "sway" | 105 | (packages (append (map specification->package (list "sway" |
105 | "swaybg" | 106 | "swaybg" |
106 | "swayidle" | 107 | "swayidle" |
107 | "swaylock-effects" | 108 | ;"swaylock-effects" |
108 | "fuzzel" | 109 | "fuzzel" |
109 | "alacritty" | 110 | "alacritty" |
110 | "pinentry-qt" | 111 | "pinentry-qt" |
@@ -133,7 +134,7 @@ | |||
133 | "virt-manager" | 134 | "virt-manager" |
134 | "wireplumber" | 135 | "wireplumber" |
135 | "zsh")) | 136 | "zsh")) |
136 | (list my-ca-certs xdg-desktop-portal-wlr-new) | 137 | (list my-ca-certs xdg-desktop-portal-wlr-new swaylock-effects-new) |
137 | %my-base-packages )) | 138 | %my-base-packages )) |
138 | 139 | ||
139 | ;; Below is the list of system services. To search for available | 140 | ;; Below is the list of system services. To search for available |
@@ -182,7 +183,8 @@ | |||
182 | (setuid-programs | 183 | (setuid-programs |
183 | (append (list (file-like->setuid-program | 184 | (append (list (file-like->setuid-program |
184 | (file-append | 185 | (file-append |
185 | (specification->package "swaylock-effects") | 186 | ;(specification->package "swaylock-effects") |
187 | swaylock-effects-new | ||
186 | "/bin/swaylock")) | 188 | "/bin/swaylock")) |
187 | (file-like->setuid-program | 189 | (file-like->setuid-program |
188 | (file-append | 190 | (file-append |