From b9f5d33f6049a8b6ad4d66fefe56851894bde512 Mon Sep 17 00:00:00 2001 From: tomoron Date: Fri, 28 Feb 2025 19:05:07 +0100 Subject: [PATCH] add noidle alias --- homeConfigs/home.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeConfigs/home.nix b/homeConfigs/home.nix index bd33b67..e108962 100644 --- a/homeConfigs/home.nix +++ b/homeConfigs/home.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2024/10/17 18:15:38 by tomoron #+# #+# # -# Updated: 2025/02/25 12:03:56 by tomoron ### ########.fr # +# Updated: 2025/02/28 19:04:49 by tomoron ### ########.fr # # # # **************************************************************************** # @@ -46,6 +46,7 @@ clr = "clear"; tagueule = "asusctl profile -P Quiet"; parle = "asusctl profile -P performance"; + noidle = "systemctl --user stop hypridle"; }; programs.bash = {