02-15-25 update

This commit is contained in:
2025-02-15 20:31:57 -05:00
parent 95c4f2bb0c
commit 7326ab40f0
13 changed files with 77 additions and 48 deletions

View File

@@ -18,7 +18,13 @@
oh-my-zsh = {
enable = true;
plugins = [ "git" "fzf" ];
plugins = [
"git"
"fzf"
"aliases"
"command-not-found"
"eza"
];
};
enableCompletion = true;