9 lines
191 B
Nix
9 lines
191 B
Nix
{ ... }:
|
|
|
|
{
|
|
environment.shellAliases = {
|
|
neofetch = "fastfetch";
|
|
syscleanup =
|
|
"sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
|
|
};
|
|
}
|