diff --git a/modules/shell/fish.nix b/modules/shell/fish.nix index 82f5d8e..15e12db 100644 --- a/modules/shell/fish.nix +++ b/modules/shell/fish.nix @@ -16,6 +16,10 @@ lzg = "lazygit"; lzd = "lazydocker"; batt = ''upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep -e "percentage" -e "state"''; + hxoff = "~/Documents/heliox-cli/target/debug/heliox-cli --mode off"; + hxson = "~/Documents/heliox-cli/target/debug/heliox-cli --mode son"; + slp = "systemctl suspend"; + sdn = "shutdown 0"; }; }; };