{ pkgs, ... }: { home.packages = with pkgs; [ # Nix specific utilities manix nix-tree # Utilities jq bc file wget curl btop p7zip sshpass ripgrep openvpn pciutils fastfetch ]; }