nix-config/modules/home-manager/shell/nushell.nix
2025-05-30 21:10:10 +02:00

13 lines
142 B
Nix

{ ... }:
{
programs = {
nushell = {
enable = true;
};
starship = {
enableNushellIntegration = true;
};
};
}