alejandro-angulo
bccd0d8eb9
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
17 lines
212 B
Nix
17 lines
212 B
Nix
{...}: {
|
|
aa = {
|
|
installDefaults = false;
|
|
|
|
tools = {
|
|
eza.enable = true;
|
|
zsh.enable = true;
|
|
};
|
|
};
|
|
|
|
nix.gc = {
|
|
automatic = true;
|
|
options = "-d";
|
|
frequency = "03:15";
|
|
};
|
|
}
|