1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: reactivate zsh and add plugins from my previous config

This commit is contained in:
oddlama 2023-09-17 13:04:24 +02:00
parent 7307d0aa43
commit 15210f06b4
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
11 changed files with 115 additions and 156 deletions

View file

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