diff options
| -rw-r--r-- | modules/nixos/hyprland.nix | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
