add stuff

This commit is contained in:
unexplrd
2025-02-09 14:59:16 +02:00
parent 969b566369
commit e897825573
6 changed files with 133 additions and 26 deletions

View File

@ -8,11 +8,23 @@
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;
aliases = {
co = "checkout";
pom = "push origin main";
};
};
ripgrep.enable = true;
};
terminal = {
@ -28,17 +40,14 @@
home.packages = with pkgs; [
alejandra
flatpak
waycheck
vial
git
ripgrep
trashy
fd
dust
procs
dust
tree
zip
vial
unzip
waycheck
virt-manager
];
}