Also qualify git and hyprctl program locations

This commit is contained in:
Evie Litherland-Smith 2024-01-30 18:02:35 +00:00
parent d7e57240fd
commit 5353091a1e

View file

@ -81,8 +81,8 @@
"GRIM_DEFAULT_DIR=${xdg.userDirs.pictures}/Grim"
];
exec-once = with config; [
"hyprctl setcursor ${gtk.theme.name} ${toString gtk.cursorTheme.size}"
"git -C $HOME/.emacs pull --ff-only"
"${wayland.windowManager.hyprland.finalPackage}/bin/hyprctl setcursor ${gtk.theme.name} ${toString gtk.cursorTheme.size}"
"${programs.git.package}/bin/git -C $HOME/.emacs pull --ff-only"
"${pkgs.swaynotificationcenter}/bin/swaync"
"${pkgs.hyprpaper}/bin/hyprpaper"
"${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"