feat(systemModules:video): add xdg-desktop-portal-hyprland top extraPortals
This commit is contained in:
parent
cba4323fb7
commit
6cf6447210
1 changed files with 3 additions and 2 deletions
|
|
@ -18,8 +18,9 @@ in
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xdgOpenUsePortal = true;
|
xdgOpenUsePortal = true;
|
||||||
extraPortals = [
|
extraPortals = with pkgs; [
|
||||||
pkgs.xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
|
xdg-desktop-portal-hyprland
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
common.default = ["gtk"];
|
common.default = ["gtk"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue