mirror of
https://git.sr.ht/~azikx/wyswort
synced 2024-10-30 13:16:18 +00:00
41 lines
387 B
Nix
41 lines
387 B
Nix
{ pkgs, ... }: {
|
|
home.packages = with pkgs; [
|
|
fff
|
|
|
|
bat
|
|
fzf
|
|
|
|
cava
|
|
lutgen
|
|
|
|
micro
|
|
|
|
inxi
|
|
zoxide
|
|
starship
|
|
fastfetch
|
|
cpufetch
|
|
pulsemixer
|
|
|
|
openvpn
|
|
nix-tree
|
|
nix-prefetch-github
|
|
|
|
nvtopPackages.amd
|
|
btop
|
|
|
|
bluetuith
|
|
confetty
|
|
tenki
|
|
light
|
|
|
|
trashy
|
|
fuc
|
|
zip
|
|
atool
|
|
|
|
# ferium
|
|
# portablemc
|
|
];
|
|
}
|