{ pkgs, agenix, ... }: { environment.systemPackages = with pkgs; [ # Utilities git neovim helix wget ripgrep eza bat tree dust pciutils dig man-pages man-pages-posix python3 cheat htop killall # Nix home-manager nix-index direnv any-nix-shell agenix.packages."${stdenv.hostPlatform.system}".default age-plugin-yubikey ]; # Some programs need SUID wrappers, can be configured further or are # started in user sessions. programs.gnupg.agent = { enable = true; enableSSHSupport = true; }; }