From 2055f7de706c22c3082b3aca5151fa1c5037465a Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Fri, 19 Sep 2025 18:22:59 +0200 Subject: [PATCH] Add full-switch (fs) alias --- modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/zsh.nix b/modules/zsh.nix index e76eb44..16b63f6 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -27,6 +27,7 @@ in hm = "home-manager"; hms = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname)"; hms-offline = "home-manager switch --flake ~/.config/nix#$(whoami)@$(hostname) --option substitute false"; + fs = "oss && hms"; }; initContent = ''