This commit is contained in:
Odweta
2026-01-11 21:08:18 +01:00
parent d065e80890
commit 2c94daa488
+1 -1
View File
@@ -22,6 +22,6 @@
User = "odweta"; # run as your user
ExecStart = "${pkgs.hyprlock}/bin/hyprlock -c /etc/hypr/hyprlock.conf";
};
install.wantedBy = [ "sleep.target" ];
wantedBy = [ "sleep.target" ];
};
}