diff --git a/modules/zsh.nix b/modules/zsh.nix index d81220b..ef7bb36 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -23,6 +23,7 @@ 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"; + nix-sync = "cd ~/.config/nix/ && git pull && fs"; }; initContent = ''