summaryrefslogtreecommitdiff
path: root/modules/ryan-config
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 00:11:58 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 00:11:58 -0400
commit9a7ddba442ef504daadb742d0648c21819bf0608 (patch)
tree2f7f0d63df68c04bef1777ac1c93cd354da86eeb /modules/ryan-config
parenta01f7ce1b0e79ade2d5871aa29170af2925de542 (diff)
added hyprland to flakes and added cursor theme
Diffstat (limited to 'modules/ryan-config')
-rw-r--r--modules/ryan-config/base-system.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm
index 6364e7c..0dea854 100644
--- a/modules/ryan-config/base-system.scm
+++ b/modules/ryan-config/base-system.scm
@@ -123,7 +123,7 @@
123 ;; under their own account: use 'guix search KEYWORD' to search 123 ;; under their own account: use 'guix search KEYWORD' to search
124 ;; for packages and 'guix install PACKAGE' to install a package. 124 ;; for packages and 'guix install PACKAGE' to install a package.
125 (packages (append (map specification->package (list "sway" 125 (packages (append (map specification->package (list "sway"
126 "hyprland" 126 ;"hyprland"
127 "swaybg" 127 "swaybg"
128 ;"swayidle" 128 ;"swayidle"
129 ;"swaylock-effects" 129 ;"swaylock-effects"
@@ -150,7 +150,7 @@
150 "opendoas" 150 "opendoas"
151 ;"xdg-desktop-portal-wlr" 151 ;"xdg-desktop-portal-wlr"
152 ;"xdg-desktop-portal" 152 ;"xdg-desktop-portal"
153 "xdg-desktop-portal-gtk" 153 ;"xdg-desktop-portal-gtk"
154 "v4l2loopback-linux-module" 154 "v4l2loopback-linux-module"
155 "pipewire" 155 "pipewire"
156 "docker" 156 "docker"
@@ -161,7 +161,7 @@
161 "wireshark" 161 "wireshark"
162 "webkitgtk-with-libsoup2" ; Needed for Go wails development 162 "webkitgtk-with-libsoup2" ; Needed for Go wails development
163 "zsh")) 163 "zsh"))
164 (list my-ca-certs xdg-desktop-portal-hyprland-ryan virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new) 164 (list my-ca-certs virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new)
165 %my-base-packages )) 165 %my-base-packages ))
166 166
167 ;; Below is the list of system services. To search for available 167 ;; Below is the list of system services. To search for available