From 54c4a4972599ac8d15a6afb17bc578bbbc4d68b7 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 8 May 2024 14:57:34 +0200 Subject: [PATCH] Disable shutdown and reboot timers --- home-manager/shared/shell/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home-manager/shared/shell/zsh.nix b/home-manager/shared/shell/zsh.nix index f6ea06b..d68ee10 100644 --- a/home-manager/shared/shell/zsh.nix +++ b/home-manager/shared/shell/zsh.nix @@ -20,6 +20,8 @@ cat = "bat"; tree = "tre"; neofetch = "hyfetch"; + shutdown = "shutdown 0"; + reboot = "reboot 0"; }; plugins = [ {