mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 10:46:15 -05:00
fixed screen sharing
This commit is contained in:
parent
f3bf586e82
commit
0bfe77ab7c
2 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@
|
||||||
"wireplumber"
|
"wireplumber"
|
||||||
"wireshark"
|
"wireshark"
|
||||||
"zsh"))
|
"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 ))
|
%my-base-packages ))
|
||||||
|
|
||||||
;; Below is the list of system services. To search for available
|
;; Below is the list of system services. To search for available
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
(native-inputs (modify-inputs (package-native-inputs xdg-desktop-portal-wlr)
|
(native-inputs (modify-inputs (package-native-inputs xdg-desktop-portal-wlr)
|
||||||
(append wlroots)))))
|
(append wlroots)))))
|
||||||
|
|
||||||
(define-public xdg-desktop-portal-hyprland
|
(define-public xdg-desktop-portal-hyprland-ryan
|
||||||
(package
|
(package
|
||||||
(name "xdg-desktop-portal-hyprland")
|
(name "xdg-desktop-portal-hyprland")
|
||||||
(version "1.1.0")
|
(version "1.1.0")
|
||||||
|
|
Loading…
Reference in a new issue