Fix session script not getting executed
This commit is contained in:
parent
6f9977ea69
commit
7befae6dce
|
@ -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 $@
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue