nix/neofetch/default.nix

9 lines
128 B
Nix
Raw Normal View History

2022-12-06 23:27:25 +00:00
{ config, pkgs, ... }:
{
xdg.configFile = {
"neofetch/config.conf" = {
source = ./config/config.conf;
};
};
}