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

12 lines
153 B
Nix
Raw Normal View History

2023-11-21 16:16:55 +01:00
{ pkgs, ... }: {
home.packages = with pkgs; [
2023-11-29 16:58:18 +01:00
scripts
2023-11-21 16:16:55 +01:00
tor-browser-bundle-bin
shell_gpt
woeusb
ollama
2023-11-29 16:58:18 +01:00
goaccess
2024-01-05 17:48:11 +01:00
comma
2023-11-21 16:16:55 +01:00
];
}