diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-03-20 01:21:39 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-03-20 01:21:39 -0400 |
commit | adf9cb015d85d0014968b07a77d107ba81e962c9 (patch) | |
tree | e03f1b90fa340459966ab1ab0ec5bfa5e176603a /modules/ryan-config | |
parent | eb44470e80502ca0750b65b256c99cab2e0c17d5 (diff) |
bumped swayidle to make work again
Diffstat (limited to 'modules/ryan-config')
-rw-r--r-- | modules/ryan-config/base-system.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index 6c112f9..2e58dcf 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm | |||
@@ -123,7 +123,7 @@ | |||
123 | (packages (append (map specification->package (list "sway" | 123 | (packages (append (map specification->package (list "sway" |
124 | ;"hyprland" | 124 | ;"hyprland" |
125 | "swaybg" | 125 | "swaybg" |
126 | "swayidle" | 126 | ;"swayidle" |
127 | ;"swaylock-effects" | 127 | ;"swaylock-effects" |
128 | "fuzzel" | 128 | "fuzzel" |
129 | "foot" | 129 | "foot" |
@@ -159,7 +159,7 @@ | |||
159 | "wireplumber" | 159 | "wireplumber" |
160 | "wireshark" | 160 | "wireshark" |
161 | "zsh")) | 161 | "zsh")) |
162 | (list my-ca-certs swaylock-effects-new waybar-new xdg-desktop-portal-hyprland-ryan hyprland-temp virt-manager-ovmf bluez-ryan blueman-ryan) | 162 | (list my-ca-certs swaylock-effects-new waybar-new xdg-desktop-portal-hyprland-ryan hyprland-temp virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new) |
163 | %my-base-packages )) | 163 | %my-base-packages )) |
164 | 164 | ||
165 | ;; Below is the list of system services. To search for available | 165 | ;; Below is the list of system services. To search for available |