system: don't use portal for xdg-open

This commit is contained in:
Jez Cope 2023-06-30 21:12:24 +01:00
parent 47a3391857
commit dc14c0a669
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@
xdg.portal = {
enable = true;
wlr.enable = true;
xdgOpenUsePortal = true;
xdgOpenUsePortal = false;
};
services.printing.enable = true;