infra/module/aspect/software/software-tty/nix-your-shell.nix
2025-12-01 13:23:24 +07:00

15 lines
No EOL
272 B
Nix

{
den.aspects = {
software-tty = {
homeManager = {
programs = {
nix-your-shell = {
enable = true;
enableNushellIntegration = true;
enableZshIntegration = true;
};
};
};
};
};
}