Enable nushell by default

This commit is contained in:
2025-08-19 00:34:18 +08:00
parent 5f99f4bbc4
commit 2835a0a72e
4 changed files with 31 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
signingKey = "~/.ssh/id_ed25519.pub";
};
zsh.enable = true;
nushell.enable = true;
neovim.enable = true;
services = {