From 0bfe77ab7c7ca667a9894da80dc842bb241ac4d2 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 12 Oct 2023 01:01:17 -0400 Subject: [PATCH] fixed screen sharing --- modules/ryan-config/base-system.scm | 2 +- modules/ryan-packages/freedesktop.scm | 2 +- 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 @@ "wireplumber" "wireshark" "zsh")) - (list my-ca-certs swaylock-effects-new xdg-desktop-portal-hyprland waybar-new virt-manager-ovmf) + (list my-ca-certs swaylock-effects-new xdg-desktop-portal-hyprland-ryan waybar-new virt-manager-ovmf) %my-base-packages )) ;; 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 @@ (native-inputs (modify-inputs (package-native-inputs xdg-desktop-portal-wlr) (append wlroots))))) -(define-public xdg-desktop-portal-hyprland +(define-public xdg-desktop-portal-hyprland-ryan (package (name "xdg-desktop-portal-hyprland") (version "1.1.0")