Add extra commands for updating home-manager only
This commit is contained in:
parent
d74444bd2f
commit
beabcee865
3 changed files with 7 additions and 12 deletions
|
@ -10,9 +10,7 @@
|
|||
shellAliases = let
|
||||
auth = import ./common/auth.nix;
|
||||
in {
|
||||
nixdate = ''
|
||||
home-manager switch --flake ~/.home-manager/.#jimbo@SSH --extra-experimental-features "nix-command flakes"
|
||||
'';
|
||||
homedate = "home-manager switch --flake ~/.home-manager/.#jimbo@SSH --extra-experimental-features 'nix-command flakes'";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue