From 9a7ddba442ef504daadb742d0648c21819bf0608 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sat, 19 Oct 2024 00:11:58 -0400 Subject: added hyprland to flakes and added cursor theme --- modules/ryan-config/base-system.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/ryan-config') 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 @@ ;; under their own account: use 'guix search KEYWORD' to search ;; for packages and 'guix install PACKAGE' to install a package. (packages (append (map specification->package (list "sway" - "hyprland" + ;"hyprland" "swaybg" ;"swayidle" ;"swaylock-effects" @@ -150,7 +150,7 @@ "opendoas" ;"xdg-desktop-portal-wlr" ;"xdg-desktop-portal" - "xdg-desktop-portal-gtk" + ;"xdg-desktop-portal-gtk" "v4l2loopback-linux-module" "pipewire" "docker" @@ -161,7 +161,7 @@ "wireshark" "webkitgtk-with-libsoup2" ; Needed for Go wails development "zsh")) - (list my-ca-certs xdg-desktop-portal-hyprland-ryan virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new) + (list my-ca-certs virt-manager-ovmf bluez-ryan blueman-ryan swayidle-new) %my-base-packages )) ;; Below is the list of system services. To search for available -- cgit v1.2.3