add xdg portals
This commit is contained in:
parent
5813f2418c
commit
bc34ade7d6
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue