diff --git a/nixos/i3/system.nix b/nixos/i3/system.nix index 2c3e70ef..74269f57 100644 --- a/nixos/i3/system.nix +++ b/nixos/i3/system.nix @@ -5,10 +5,6 @@ ]; 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;