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

13 lines
165 B
Nix

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