diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index ba0f635..3b6038f 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -2,7 +2,7 @@ inherit (inputs) hyprland hyprpaper hyprland-hy3; wrapper = pkgs.writeShellScriptBin "hyprland" '' - ${impurity.link ./session.sh} + ${builtins.readFile ./session.sh} ${config.hyprland-session.prerun} ${hyprland.packages.${system}.default}/bin/Hyprland $@ '';