6 lines
No EOL
81 B
Nix
6 lines
No EOL
81 B
Nix
{ ... }: {
|
|
programs = {
|
|
nix-ld.enable = true;
|
|
zsh.enable = true;
|
|
};
|
|
} |