Various uncommitted changes

This commit is contained in:
outfoxxed 2023-09-07 03:24:09 -07:00
parent da65f0f4a3
commit 6f9977ea69
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
7 changed files with 14 additions and 3 deletions

View file

@ -2,6 +2,7 @@
inherit (inputs) hyprland hyprpaper hyprland-hy3;
wrapper = pkgs.writeShellScriptBin "hyprland" ''
${impurity.link ./session.sh}
${config.hyprland-session.prerun}
${hyprland.packages.${system}.default}/bin/Hyprland $@
'';