This commit is contained in:
unexplrd
2025-02-14 16:00:25 +02:00
parent ec5faa59a9
commit c5513bf9b2
5 changed files with 95 additions and 47 deletions

View File

@ -20,6 +20,7 @@
enable = true;
delta.enable = true;
aliases = {
cl = "clone";
co = "checkout";
pom = "push origin main";
};
@ -38,16 +39,17 @@
};
home.packages = with pkgs; [
alejandra
flatpak
trashy
procs
dust
tree
zip
vial
unzip
waycheck
virt-manager
alejandra # nix formatter
flatpak # flatpak cli
trashy # trash cli
procs # ps in rust
dust # du in rust
fend # calc in rust
tree # tree util
zip # zip util
vial # qmk keyboard configuring app
unzip # unzip util
waycheck # check wayland protocols
virt-manager # libvirt gui
];
}