This commit is contained in:
unexplrd
2025-02-15 15:25:18 +02:00
parent 4204c45f31
commit f25e2f62ff
4 changed files with 46 additions and 26 deletions

View File

@ -8,11 +8,25 @@
programs = {
bat.enable = true;
btop = {
enable = true;
settings.update_ms = 200;
};
eza.enable = true;
fd.enable = true;
fzf.enable = true;
btop.enable = true;
yazi.enable = true;
gitui.enable = true;
git = {
enable = true;
delta.enable = true;
signing.format = "ssh";
aliases = {
cl = "clone";
co = "checkout";
pom = "push origin main";
};
};
ripgrep.enable = true;
};
terminal = {