housekeeping

This commit is contained in:
cy 2024-12-24 17:25:06 -05:00
parent 3ddcd34664
commit 602ff534b2
4 changed files with 10 additions and 26 deletions

View file

@ -24,4 +24,11 @@
programs.fzf.enable = true;
programs.zoxide.enable = true;
programs.eza.enable = true;
programs.neovim.enable = true;
programs.git = {
enable = true;
userName = "cy";
userEmail = "hi@cything.io";
delta.enable = true;
};
}