nix-config/modules/home/shell/nushell/default.nix

11 lines
143 B
Nix
Raw Normal View History

2024-07-28 21:52:06 -04:00
{...}: {
2024-05-16 02:40:39 -04:00
programs = {
carapace.enable = true;
nushell = {
enable = true;
configFile.source = ./config.nu;
};
};
}