forked from fabian/nix_config
add xdg portal
This commit is contained in:
parent
534d3b0032
commit
9cbd93c9fd
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ in {
|
|||
# this shouldnt be on baseline, as servers have no GUI
|
||||
enable = 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…
Add table
Add a link
Reference in a new issue