Use full path for hyprlock
All checks were successful
Run nix flake check / flake-check (push) Successful in 6m9s
Periodic flake update / flake-update (push) Successful in 2m12s

This commit is contained in:
Torjus Håkestad 2025-06-10 16:02:53 +02:00
parent 8d2928a65b
commit 75064a7228
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -31,7 +31,7 @@
enable = true; enable = true;
settings = { settings = {
general = { general = {
lock_cmd = "hyprlock"; lock_cmd = "${pkgs.hyprlock}/bin/hyprlock";
before_sleep_cmd = "lockhelper"; before_sleep_cmd = "lockhelper";
ignore_dbus_inhibit = false; ignore_dbus_inhibit = false;
}; };
@ -333,11 +333,6 @@
exec-once = [ exec-once = [
"waybar" "waybar"
# "hyprpaper & sleep 10 && randomwp"
# "easyeffects --gapplication-service"
# "hypridle"
# "streamcontroller -b"
# "dunst"
]; ];
}; };
}; };