From 35cbc8a15c4be5836388b8041424cfc26427d90f Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Sun, 30 Jun 2024 20:21:53 +0200 Subject: [PATCH] zsh aliases --- home.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home.nix b/home.nix index e869472..25411f8 100644 --- a/home.nix +++ b/home.nix @@ -249,6 +249,12 @@ plugins = [ "git" "shrink-path" ]; theme = "lambda"; }; + + shellAliases = { + hibernate = "systemctl hibernate"; + suspend = "systemctl suspend"; + logout = "sudo pkill -u username"; + }; }; programs.git = {