This commit is contained in:
2026-03-25 18:57:06 +00:00
parent fbf8265a08
commit 9bdcd24b29
3 changed files with 35 additions and 3 deletions
+1 -2
View File
@@ -32,9 +32,8 @@
};
# gtk.enable = lib.mkForce false;
xdg.portal = {
enable = lib.mkForce false;
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-termfilechooser
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland
];
};