Shell abbreviations for building nix systems
This commit is contained in:
parent
0a0bc75f49
commit
b697904feb
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue