Try nushell

This commit is contained in:
Filippo Berto 2022-08-23 16:26:28 +02:00
parent ceb9c7aea2
commit e975d1294d
2 changed files with 6 additions and 0 deletions

5
hm_modules/nushell.nix Normal file
View file

@ -0,0 +1,5 @@
{
programs.nushell = {
enable = true;
};
}