mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
Repaired login cmd in caelestia
This commit is contained in:
@@ -432,7 +432,7 @@ in {
|
||||
reboot = "cached";
|
||||
};
|
||||
commands = {
|
||||
logout = ["loginctl" "terminate-user"];
|
||||
logout = ["hyprctl" "dispatch exit"];
|
||||
shutdown = ["systemctl" "poweroff"];
|
||||
hibernate = ["systemctl" "hibernate"];
|
||||
reboot = ["systemctl" "reboot"];
|
||||
|
||||
Reference in New Issue
Block a user