Files
nixconfig/modules/home/cli/other/default.nix
2026-06-14 10:48:41 +02:00

17 lines
161 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
ripgrep
unzip
socat
appimage-run
cbonsai
pipes-rs
cmatrix
#cava
sl
];
}