forked from fabian/nix_config
add xdg portal
This commit is contained in:
parent
534d3b0032
commit
9cbd93c9fd
|
@ -21,7 +21,8 @@ in {
|
||||||
# this shouldnt be on baseline, as servers have no GUI
|
# this shouldnt be on baseline, as servers have no GUI
|
||||||
enable = true;
|
enable = true;
|
||||||
xdgOpenUsePortal = true;
|
xdgOpenUsePortal = true;
|
||||||
configPackages = with pkgs; [xdg-desktop-portal-gtk];
|
extraPortals = with pkgs; [xdg-desktop-portal-gtk]; #wtf is this
|
||||||
|
configPackages = with pkgs; [xdg-desktop-portal-gtk]; #wtf is this
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue