nixos/programs/hyprland: fix links not opening in browser
This commit is contained in:
parent
f4507bc88d
commit
edcf8e5010
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue