Fixed xdg

This commit is contained in:
Andrea Ciceri 2021-10-01 00:46:45 +02:00
parent f138a25ad6
commit b6448b55ec
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654

View file

@ -1,3 +1,4 @@
{ pkgs, ... }:
{
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr ];