diff options
Diffstat (limited to '')
-rw-r--r-- | sys/svcs/xdg/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/svcs/xdg/default.nix b/sys/svcs/xdg/default.nix index 4f6db4a1..2de640dd 100644 --- a/sys/svcs/xdg/default.nix +++ b/sys/svcs/xdg/default.nix @@ -17,6 +17,7 @@ extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-wlr + # xdg-desktop-portal-termfilechooser ]; }; }; |