change neofetch config

This commit is contained in:
Frost-Phoenix 2023-11-12 17:02:27 +01:00
parent c4b486048e
commit 193bdc4d62
3 changed files with 818 additions and 33 deletions

View file

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