add nix-sync alias
This commit is contained in:
parent
dbfd867753
commit
0442e98502
1 changed files with 1 additions and 0 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue