nixos/programs/hyprland: fix links not opening in browser

This commit is contained in:
Anthony Rodriguez 2025-01-04 22:40:10 +01:00
parent f4507bc88d
commit edcf8e5010
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -13,6 +13,7 @@
package = inputs.hyprland.packages.${pkgs.system}.hyprland; package = inputs.hyprland.packages.${pkgs.system}.hyprland;
portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
withUWSM = true; withUWSM = true;
systemd.setPath.enable = true;
}; };
# copied from https://github.com/linyinfeng/dotfiles/blob/91b0363b093303f57885cbae9da7f8a99bbb4432/nixos/profiles/graphical/niri/default.nix#L17-L29 # copied from https://github.com/linyinfeng/dotfiles/blob/91b0363b093303f57885cbae9da7f8a99bbb4432/nixos/profiles/graphical/niri/default.nix#L17-L29