Also qualify git and hyprctl program locations
This commit is contained in:
parent
d7e57240fd
commit
5353091a1e
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue