feat: overhaul nushell completions and make login shell

Now that we can use the Fish completion engine in nushell, it's good
enough that I'm making it the login shell for the time being
This commit is contained in:
Youwen Wu 2025-02-10 16:22:14 -08:00
parent 1abd1f4012
commit b63c4c3cd1
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 80 additions and 46 deletions

View file

@ -7,7 +7,7 @@
"networkmanager"
"wheel"
];
shell = pkgs.fish;
shell = pkgs.nushell;
initialHashedPassword = "$y$j9T$v0OkEeCntj8KwgPJQxyWx0$dx8WtFDYgZZ8WE3FWetWwRfutjQkznRuJ0IG3LLAtP2";
};
}