{pkgs, ...}: {
environment.systemPackages = with pkgs; [
vim
wget
git
nh
nix-output-monitor
nvd
ollama
];
}