mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: add hyprland to the default portals
This commit is contained in:
parent
c5a4bfa5f2
commit
76feb121e2
1 changed files with 1 additions and 2 deletions
|
@ -46,7 +46,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
xdgOpenUsePortal = true;
|
xdgOpenUsePortal = true;
|
||||||
config.common = {
|
config.common = {
|
||||||
default = ["gtk"];
|
default = ["gtk" "hyprland"];
|
||||||
"org.freedesktop.impl.portal.Secret" = ["gnome-keyring"];
|
"org.freedesktop.impl.portal.Secret" = ["gnome-keyring"];
|
||||||
"org.freedesktop.impl.portal.ScreenCast" = ["hyprland"];
|
"org.freedesktop.impl.portal.ScreenCast" = ["hyprland"];
|
||||||
"org.freedesktop.impl.portal.Screenshot" = ["hyprland"];
|
"org.freedesktop.impl.portal.Screenshot" = ["hyprland"];
|
||||||
|
@ -54,7 +54,6 @@ in
|
||||||
};
|
};
|
||||||
extraPortals = [
|
extraPortals = [
|
||||||
pkgs.xdg-desktop-portal-hyprland
|
pkgs.xdg-desktop-portal-hyprland
|
||||||
pkgs.xdg-desktop-portal-wlr
|
|
||||||
pkgs.xdg-desktop-portal-gtk
|
pkgs.xdg-desktop-portal-gtk
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue