Add extra nix shell abbreviations
This commit is contained in:
parent
28e2f9e82c
commit
dee52a5583
|
@ -24,6 +24,9 @@
|
|||
home.username = "elitherl";
|
||||
home.homeDirectory = "/home/elitherl";
|
||||
home.stateVersion = "22.11";
|
||||
|
||||
programs.fish.shellAbbrs.nixedit = "$EDITOR $HOME/.nixos/$(hostname).nix";
|
||||
programs.fish.shellAbbrs.update = "sudo nixos-rebuild switch";
|
||||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
home.stateVersion = "22.11";
|
||||
home.packages = with pkgs; [ prismlauncher ];
|
||||
|
||||
programs.fish.shellAbbrs.nixedit = "$EDITOR $HOME/.nixos/$(hostname).nix";
|
||||
programs.fish.shellAbbrs.update = "sudo nixos-rebuild switch";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue