diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-22 11:00:01 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-22 11:00:01 -0600 |
| commit | aed2d76e9b7e2a8b7cc75fede54dae2691f5d4db (patch) | |
| tree | cae5a448aa8024ee6e942d48e28cfbc4d136b9cc /modules/nixos/hyprland.nix | |
| parent | f3ac0089767f8c30b023bd1c381b255bf59cb2b0 (diff) | |
hyprland now automatically adds portal
Diffstat (limited to 'modules/nixos/hyprland.nix')
| -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 |
