{ pkgs, ... }: { home.packages = with pkgs; [ # Nix specific utilities manix direnv rippkgs nix-tree # Utilities jq bc file wget curl btop ouch dive dust p7zip yt-dlp ffmpeg sshpass ripgrep openvpn pciutils fastfetch # Encryption Tools #age #cryfs ]; programs.direnv = { enable = true; enableZshIntegration = true; nix-direnv.enable = true; }; }