{ pkgs, ... }: { home-manager.users.grape.home.file.".config/neofetch/config.conf" = { enable = true; source = ../opt/neofetch.conf; }; }