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