nix-config/modules/default/home-manager/shell/nushell.nix
2024-12-27 15:08:02 +01:00

13 lines
142 B
Nix

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