add xdg portals

This commit is contained in:
Cyryl Płotnicki 2020-05-09 15:35:43 +01:00
parent 5813f2418c
commit bc34ade7d6

View file

@ -1,6 +1,10 @@
{ config, pkgs, ... }:
{
programs.dconf.enable = true;
xdg.portal.enable = true;
xdg.portal.gtkUsePortal = true;
xdg.portal.extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-kde ];
services = {
physlock = {
enable = true;