mirror of https://github.com/wlcx/home.git
Add mosh to pkgs, add rebuild alias.
This commit is contained in:
parent
0093613ef9
commit
265b691eab
1
home.nix
1
home.nix
|
@ -46,6 +46,7 @@ in {
|
||||||
g = "git";
|
g = "git";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
hmswitch = ''home-manager switch --flake ".#$(hostname -s)"'';
|
hmswitch = ''home-manager switch --flake ".#$(hostname -s)"'';
|
||||||
|
nrswitch = "nixos-rebuild switch --flake '.#'";
|
||||||
};
|
};
|
||||||
prezto = {
|
prezto = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in New Issue