change neofetch config

This commit is contained in:
Frost-Phoenix 2023-11-12 17:17:44 +01:00
parent 193bdc4d62
commit 47a73099b1
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,5 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
home.packages = [ pkgs.neofetch ]; home.packages = [ pkgs.neofetch ];
xdg.configFile."neofetch".source = ./config; xdg.configFile."neofetch/config.conf".source = ./config.conf;
} }