From 28371b98ca6acb66b56fc02e61e2f9ed4dc7d256 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Sat, 4 May 2024 18:12:56 +0200 Subject: [PATCH] Added a shell alias for wakeonlan --- pkgs/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/zsh.nix b/pkgs/zsh.nix index eace49d..203b122 100644 --- a/pkgs/zsh.nix +++ b/pkgs/zsh.nix @@ -14,6 +14,7 @@ shellAliases = { update = "sudo nixos-rebuild switch --flake"; compose = "sudo docker compose"; + wolpc = "wakeonlan D8:5E:D3:A8:B1:0"; }; ohMyZsh = {