Shell abbreviations for building nix systems

This commit is contained in:
Fern Garden 2025-07-22 13:39:35 +08:00
parent 0a0bc75f49
commit b697904feb

View file

@ -64,6 +64,11 @@ with lib; {
# Use fish shell
programs.fish = {
enable = true;
shellAbbrs = {
nrs = "nixos-rebuild switch --use-remote-sudo --flake /home/fern/Repositories/flock/";
nrt = "nixos-rebuild test --use-remote-sudo --flake /home/fern/Repositories/flock/";
nrb = "nixos-rebuild boot --use-remote-sudo --flake /home/fern/Repositories/flock/";
};
interactiveShellInit = ''
# set gruvbox theme
theme_gruvbox dark hard