dotfiles/nix/configs/neofetch.nix

8 lines
151 B
Nix
Raw Permalink Normal View History

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