nix-flake/modules/system/core/shell.nix
2026-02-08 11:03:31 +07:00

6 lines
No EOL
81 B
Nix

{ ... }: {
programs = {
nix-ld.enable = true;
zsh.enable = true;
};
}