diff options
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 11329e7..6ecae35 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm | |||
@@ -112,7 +112,7 @@ | |||
112 | ;; under their own account: use 'guix search KEYWORD' to search | 112 | ;; under their own account: use 'guix search KEYWORD' to search |
113 | ;; for packages and 'guix install PACKAGE' to install a package. | 113 | ;; for packages and 'guix install PACKAGE' to install a package. |
114 | (packages (append (map specification->package (list "sway" | 114 | (packages (append (map specification->package (list "sway" |
115 | "hyprland" | 115 | ;"hyprland" |
116 | "swaybg" | 116 | "swaybg" |
117 | "swayidle" | 117 | "swayidle" |
118 | ;"swaylock-effects" | 118 | ;"swaylock-effects" |
@@ -150,7 +150,7 @@ | |||
150 | "wireplumber" | 150 | "wireplumber" |
151 | "wireshark" | 151 | "wireshark" |
152 | "zsh")) | 152 | "zsh")) |
153 | (list my-ca-certs swaylock-effects-new xdg-desktop-portal-hyprland-ryan waybar-new virt-manager-ovmf bluez-ryan blueman-ryan) | 153 | (list my-ca-certs swaylock-effects-new waybar-new xdg-desktop-portal-hyprland-ryan hyprland-temp virt-manager-ovmf bluez-ryan blueman-ryan) |
154 | %my-base-packages )) | 154 | %my-base-packages )) |
155 | 155 | ||
156 | ;; Below is the list of system services. To search for available | 156 | ;; Below is the list of system services. To search for available |