11 lines
126 B
Nix
11 lines
126 B
Nix
{...}: {
|
|
aa = {
|
|
installDefaults = false;
|
|
|
|
tools = {
|
|
eza.enable = true;
|
|
zsh.enable = true;
|
|
};
|
|
};
|
|
}
|