From edcf8e5010647d51b60ad42c70d5fad253f49ef5 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Sat, 4 Jan 2025 22:40:10 +0100 Subject: [PATCH] nixos/programs/hyprland: fix links not opening in browser --- config/nixos/programs/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/nixos/programs/hyprland.nix b/config/nixos/programs/hyprland.nix index 44a49e0..9cf85c2 100644 --- a/config/nixos/programs/hyprland.nix +++ b/config/nixos/programs/hyprland.nix @@ -13,6 +13,7 @@ package = inputs.hyprland.packages.${pkgs.system}.hyprland; portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; withUWSM = true; + systemd.setPath.enable = true; }; # copied from https://github.com/linyinfeng/dotfiles/blob/91b0363b093303f57885cbae9da7f8a99bbb4432/nixos/profiles/graphical/niri/default.nix#L17-L29