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 = {