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