add home-manager switch command
This commit is contained in:
parent
3218dfd2d5
commit
4c57c741be
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
garbage = "sudo nix-collect-garbage --delete-older-than 7d";
|
garbage = "sudo nix-collect-garbage --delete-older-than 7d";
|
||||||
rbs = "sudo nixos-rebuild switch";
|
rbs = "sudo nixos-rebuild switch";
|
||||||
rebuild-all = "sudo nix-collect-garbage --delete-older-than 7d && sudo nixos-rebuild switch";
|
rebuild-all = "sudo nix-collect-garbage --delete-older-than 7d && sudo nixos-rebuild switch";
|
||||||
make-tide-prompt = "tide configure --auto --style=Rainbow --prompt_colors='True color' --show_time='24-hour format' --rainbow_prompt_separators=Vertical --powerline_prompt_heads=Round --powerline_prompt_tails=Flat --powerline_prompt_style='Two lines, character' --prompt_connection=Disconnected --powerline_right_prompt_frame=No --prompt_spacing=Compact --icons='Many icons' --transient=No";
|
hms = "home-manager switch --flake ~/dev/personal/nixos/home-manager";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue