summaryrefslogtreecommitdiff
path: root/modules/nixos/hyprland.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-04-22 11:00:01 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-04-22 11:00:01 -0600
commitaed2d76e9b7e2a8b7cc75fede54dae2691f5d4db (patch)
treecae5a448aa8024ee6e942d48e28cfbc4d136b9cc /modules/nixos/hyprland.nix
parentf3ac0089767f8c30b023bd1c381b255bf59cb2b0 (diff)
hyprland now automatically adds portal
Diffstat (limited to 'modules/nixos/hyprland.nix')
-rw-r--r--modules/nixos/hyprland.nix8
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