mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
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:
parent
1abd1f4012
commit
b63c4c3cd1
3 changed files with 80 additions and 46 deletions
|
@ -7,7 +7,7 @@
|
|||
"networkmanager"
|
||||
"wheel"
|
||||
];
|
||||
shell = pkgs.fish;
|
||||
shell = pkgs.nushell;
|
||||
initialHashedPassword = "$y$j9T$v0OkEeCntj8KwgPJQxyWx0$dx8WtFDYgZZ8WE3FWetWwRfutjQkznRuJ0IG3LLAtP2";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue