Small alias adjustments
This commit is contained in:
parent
4fdc446aec
commit
1d82317e43
|
@ -22,8 +22,10 @@ in {
|
|||
localBinInPath = true;
|
||||
shellAliases = {
|
||||
ll = "ls -laF";
|
||||
nosu = "sudo nixos-rebuild switch --flake \"${flakeURL}\"";
|
||||
nou = "sudo nixos-rebuild switch --flake \"${flakeURL}\"";
|
||||
nour = "nou --refresh";
|
||||
hms = "${pkgs.home-manager}/bin/home-manager switch --flake \"${flakeURL}\"";
|
||||
hmsr = "hms --refresh";
|
||||
};
|
||||
systemPackages = with pkgs; [distrobox];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue