nix-dotfiles/hm_modules/nushell.nix
2022-08-23 16:26:28 +02:00

5 lines
51 B
Nix

{
programs.nushell = {
enable = true;
};
}