diff --git a/nixos/i3/system.nix b/nixos/i3/system.nix index 242e2c7d..f71e608b 100644 --- a/nixos/i3/system.nix +++ b/nixos/i3/system.nix @@ -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;