Migrate to nushell

This commit is contained in:
2025-08-31 16:23:28 +08:00
parent cf523c3d7e
commit 933c635d46
3 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
{
lib,
pkgs,
config,
...
}:
{
git.enable = true;
zsh.enable = true;
nushell.enable = true;
home.stateVersion = "25.11";
programs.home-manager.enable = true;
}