configuration.nix/modules/home/packages/dev/default.nix

14 lines
175 B
Nix
Raw Normal View History

2023-11-21 16:16:55 +01:00
{ pkgs, ... }: {
home.packages = with pkgs; [
2024-04-12 19:00:08 +02:00
goaccess
ollama
procs
2024-04-12 19:01:32 +02:00
pueue
2024-04-12 19:00:08 +02:00
ripgrep
2023-11-29 16:58:18 +01:00
scripts
2023-11-21 16:16:55 +01:00
shell_gpt
2024-04-12 19:00:08 +02:00
tor-browser-bundle-bin
2023-11-21 16:16:55 +01:00
woeusb
];
}