diff --git a/home-manager/linux.nix b/home-manager/linux.nix index a121488..5a313d5 100644 --- a/home-manager/linux.nix +++ b/home-manager/linux.nix @@ -178,7 +178,7 @@ "menu" = "on-click"; "menu-file" = ./modules/waybar/power_menu.xml; "menu-actions" = { - "shutdown" = "shutdown"; + "shutdown" = "shutdown now"; "reboot" = "reboot"; "suspend" = "systemctl suspend"; "hibernate" = "systemctl hibernate";