From eb005929a0650ea40d59c363f8fe6c1b922fc175 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 9 Feb 2025 14:11:52 -0600 Subject: [PATCH] Add win10 alias --- home/modules/baseline/xonsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/baseline/xonsh.nix b/home/modules/baseline/xonsh.nix index b207290..bd39ed2 100644 --- a/home/modules/baseline/xonsh.nix +++ b/home/modules/baseline/xonsh.nix @@ -65,6 +65,7 @@ gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh"; ls = "ls --color"; ll = "ls -l --color"; + win = "sudo virsh start win10"; z = "zeditor ."; # Tailscale related ones