nix-config/hosts/common/environment.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";
};
}