configured and set default to bash, added zoxide

This commit is contained in:
willifan 2024-10-12 21:50:17 +02:00
parent f44a5826f2
commit a20e749bd7
5 changed files with 42 additions and 4 deletions

View file

@ -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;
}