More comment stuff

This commit is contained in:
Jimbo 2024-09-11 01:31:01 -04:00
parent b83827eafd
commit d0a28fcb67
2 changed files with 2 additions and 4 deletions

View file

@ -1,8 +1,7 @@
{pkgs, ...}: {
home = {
file = let
# Neofetch main config
neoConf = ''
fastConf = ''
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
@ -104,7 +103,7 @@
'';
in {
# Fastfetch config
".config/fastfetch/config.jsonc".text = neoConf;
".config/fastfetch/config.jsonc".text = fastConf;
};
packages = let
# Small Neofetch config

View file

@ -1,5 +1,4 @@
{pkgs, outputs, ...}: {
# Enable git and config
programs.git = {
enable = true;
lfs.enable = true;