configuration.nix/modules/home/packages/dev/default.nix
2024-04-12 20:01:32 +03:00

14 lines
175 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
goaccess
ollama
procs
pueue
ripgrep
scripts
shell_gpt
tor-browser-bundle-bin
woeusb
];
}