From d0a28fcb67e5ea9006e4304630995d1996428611 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Wed, 11 Sep 2024 01:31:01 -0400 Subject: [PATCH] More comment stuff --- home-manager/tuiapps/fastfetch.nix | 5 ++--- home-manager/tuiapps/git.nix | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/home-manager/tuiapps/fastfetch.nix b/home-manager/tuiapps/fastfetch.nix index 450fd8c..a1498a3 100644 --- a/home-manager/tuiapps/fastfetch.nix +++ b/home-manager/tuiapps/fastfetch.nix @@ -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 diff --git a/home-manager/tuiapps/git.nix b/home-manager/tuiapps/git.nix index 02e8b5b..b10c56d 100644 --- a/home-manager/tuiapps/git.nix +++ b/home-manager/tuiapps/git.nix @@ -1,5 +1,4 @@ {pkgs, outputs, ...}: { - # Enable git and config programs.git = { enable = true; lfs.enable = true;