From aed2d76e9b7e2a8b7cc75fede54dae2691f5d4db Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 22 Apr 2024 11:00:01 -0600 Subject: hyprland now automatically adds portal --- modules/nixos/hyprland.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/nixos/hyprland.nix') diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 935d5e4..f19f052 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -2,10 +2,10 @@ xdg.portal = { enable = true; wlr.enable = true; - extraPortals = with pkgs; [ - # xdg-desktop-portal-wlr - # xdg-desktop-portal-hyprland - ]; + # extraPortals = with pkgs; [ + # # xdg-desktop-portal-wlr + # # xdg-desktop-portal-hyprland + # ]; }; environment.pathsToLink = ["/libexec"]; # links /libexec from derivations to /run/current-system/sw -- cgit v1.2.3