dotfiles-mirror/nixos/home-configuration/apps/nushell.nix

14 lines
122 B
Nix
Raw Normal View History

2025-11-15 01:26:16 +03:30
{
pkgs,
config,
...
}:
{
programs = {
carapace = {
enable = true;
enableNushellIntegration = true;
};
};
}