nix-config/modules/HOME-MANAGER/COMMON/shell/nushell.nix
2024-12-26 16:51:37 +01:00

13 lines
142 B
Nix

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