forked from mirrors_public/oddlama_nix-config
feat: reactivate zsh and add plugins from my previous config
This commit is contained in:
parent
7307d0aa43
commit
15210f06b4
11 changed files with 115 additions and 156 deletions
|
@ -1,7 +1,7 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./nushell.nix
|
||||
./starship.nix
|
||||
./nushell
|
||||
./zsh
|
||||
];
|
||||
|
||||
|
@ -23,9 +23,4 @@
|
|||
tmux = "tmux -2";
|
||||
rg = "rg -S";
|
||||
};
|
||||
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
settings.auto_sync = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue