add git
This commit is contained in:
parent
aa57867952
commit
78d6616b51
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
@ -91,6 +91,8 @@ in
|
|||
|
||||
update = "sudo nixos-rebuild switch";
|
||||
home-update = "home-manager switch";
|
||||
home-edit = "hx ~/.config/home-manager";
|
||||
home-fetch = "bash -c \"cd ./.config/home-manager/ || git pull\"";
|
||||
};
|
||||
|
||||
history = {
|
||||
|
|
Loading…
Reference in a new issue