mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Update generation alias
This commit is contained in:
parent
4a5e392d19
commit
b067cc1a2e
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -33,7 +33,7 @@
|
|||
programs.bash = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
generations = "sudo nix-env -p /nix/var/nix/profiles/system --list-generations";
|
||||
nix-generations = "sudo nix-env -p /nix/var/nix/profiles/system --list-generations";
|
||||
nix-upgrade = "sudo nixos-rebuild switch --upgrade";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue