neofetch: fmt

This commit is contained in:
notohh 2023-06-17 10:32:06 -04:00
parent 6ec22add22
commit bfa0403070
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

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