nix-config/hosts/common/environment.nix
2024-09-18 12:42:20 -03:00

9 lines
191 B
Nix

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