summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-10-12 01:01:17 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-10-12 01:01:17 -0400
commit0bfe77ab7c7ca667a9894da80dc842bb241ac4d2 (patch)
tree6377a449787ad9811e4984302d12531c3c787bcb
parentf3bf586e82a6df78408e92ccc635fb087d35a34d (diff)
fixed screen sharing
-rw-r--r--modules/ryan-config/base-system.scm2
-rw-r--r--modules/ryan-packages/freedesktop.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm
index 744b49e..d2af9e8 100644
--- a/modules/ryan-config/base-system.scm
+++ b/modules/ryan-config/base-system.scm
@@ -146,7 +146,7 @@
146 "wireplumber" 146 "wireplumber"
147 "wireshark" 147 "wireshark"
148 "zsh")) 148 "zsh"))
149 (list my-ca-certs swaylock-effects-new xdg-desktop-portal-hyprland waybar-new virt-manager-ovmf) 149 (list my-ca-certs swaylock-effects-new xdg-desktop-portal-hyprland-ryan waybar-new virt-manager-ovmf)
150 %my-base-packages )) 150 %my-base-packages ))
151 151
152 ;; Below is the list of system services. To search for available 152 ;; Below is the list of system services. To search for available
diff --git a/modules/ryan-packages/freedesktop.scm b/modules/ryan-packages/freedesktop.scm
index 0ac94f4..595159a 100644
--- a/modules/ryan-packages/freedesktop.scm
+++ b/modules/ryan-packages/freedesktop.scm
@@ -41,7 +41,7 @@
41 (native-inputs (modify-inputs (package-native-inputs xdg-desktop-portal-wlr) 41 (native-inputs (modify-inputs (package-native-inputs xdg-desktop-portal-wlr)
42 (append wlroots))))) 42 (append wlroots)))))
43 43
44(define-public xdg-desktop-portal-hyprland 44(define-public xdg-desktop-portal-hyprland-ryan
45 (package 45 (package
46 (name "xdg-desktop-portal-hyprland") 46 (name "xdg-desktop-portal-hyprland")
47 (version "1.1.0") 47 (version "1.1.0")