Fix session script not getting executed

This commit is contained in:
outfoxxed 2023-09-08 09:24:28 -07:00
parent 6f9977ea69
commit 7befae6dce
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@
'';