configured and set default to bash, added zoxide
This commit is contained in:
parent
f44a5826f2
commit
a20e749bd7
5 changed files with 42 additions and 4 deletions
|
@ -2,13 +2,15 @@
|
|||
{
|
||||
|
||||
imports = [
|
||||
./bash.nix
|
||||
./hyfetch.nix
|
||||
./nushell.nix
|
||||
./ssh.nix
|
||||
./starship.nix
|
||||
./zoxide.nix
|
||||
./zsh.nix
|
||||
];
|
||||
|
||||
users.users.willifan.shell = pkgs.nushell;
|
||||
users.users.willifan.shell = pkgs.bash;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue