From 283f5723717313147938fee99a70edce8e6ed1a5 Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 11 Jan 2026 12:01:43 -0600 Subject: [PATCH] Revert "feat(yazi): enable yazi as system-wide file chooser" This reverts commit f345fef5408861f4b92b1784de19cb5010b2dc7e. --- modules/nixos/hyprland.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 978795b..f19a764 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -24,18 +24,4 @@ default = ["${myConfig.terminal.default}"]; }; }; - - xdg.portal = { - enable = true; - extraPortals = [ - pkgs.xdg-desktop-portal-termfilechooser - pkgs.xdg-desktop-portal-gtk - ]; - config = { - common = { - default = ["gtk"]; - "org.freedesktop.impl.portal.FileChooser" = ["termfilechooser"]; - }; - }; - }; } \ No newline at end of file