2025-01-05 01:20:58 +01:00
|
|
|
{ pkgs, user, ... }:
|
|
|
|
{
|
2024-07-31 12:35:08 +02:00
|
|
|
|
2025-01-05 01:20:58 +01:00
|
|
|
home-manager.users.${user}.home.file.".config/neofetch/config.conf" = {
|
2024-07-31 12:35:08 +02:00
|
|
|
enable = true;
|
|
|
|
source = ../opt/neofetch.conf;
|
|
|
|
};
|
|
|
|
}
|