configure xdg portal
This commit is contained in:
parent
d0bca6ac68
commit
54a760e1d8
1 changed files with 9 additions and 0 deletions
|
@ -65,6 +65,15 @@
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-hyprland ];
|
extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-hyprland ];
|
||||||
|
config = {
|
||||||
|
common = {
|
||||||
|
default = [ "gtk" ];
|
||||||
|
};
|
||||||
|
Hyprland = {
|
||||||
|
default = [ "hyprland" "gtk" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
xdgOpenUsePortal = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
|
|
Loading…
Reference in a new issue