From 0a172a363aee5f06ecdd189997d59d977526b3dc Mon Sep 17 00:00:00 2001 From: EinEtwas Date: Tue, 22 Oct 2024 16:18:05 +0200 Subject: [PATCH] feat: add some aliases --- home/zsh.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/zsh.nix b/home/zsh.nix index d331712..9252dbd 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -9,6 +9,10 @@ os-update = "nh os switch /home/rhea/nix-config/"; os-upgrade = "cd ~/nix-config && nix flake update && nh os switch /home/rhea/nix-config/"; light-off = "echo -n \"{\\\"id\\\":1,\\\"method\\\":\\\"setState\\\",\\\"params\\\":{\\\"state\\\":false}}\" | nc -u -w 1 192.168.178.28 38899"; + clr = "clear"; + power-saver = "powerprofilesctl set power-saver"; + power-balanced = "powerprofilesctl set balanced"; + power-performance = "powerprofilesctl set performance"; }; autosuggestion = {