Tweaked nushell config to allow my dotfiles to co-exist with HM settings

This commit is contained in:
2026-01-13 12:32:27 +00:00
parent 4b56d75dd6
commit 8126c81e97
4 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -141,5 +141,5 @@
};
# Set user config settings
users.defaultUserShell = pkgs.nushell;
users.defaultUserShell = unstablePkgs.nushell;
}