8 lines
151 B
Nix
8 lines
151 B
Nix
|
{ pkgs, ... }: {
|
||
|
|
||
|
home-manager.users.grape.home.file.".config/neofetch/config.conf" = {
|
||
|
enable = true;
|
||
|
source = ../opt/neofetch.conf;
|
||
|
};
|
||
|
}
|