dotfiles-mirror/nixos/home-configuration/apps/nushell.nix
2025-11-15 01:26:16 +03:30

13 lines
122 B
Nix

{
pkgs,
config,
...
}:
{
programs = {
carapace = {
enable = true;
enableNushellIntegration = true;
};
};
}