diff --git a/modules/home/neofetch/default.nix b/modules/home/neofetch/default.nix index 22719cf..19928b7 100644 --- a/modules/home/neofetch/default.nix +++ b/modules/home/neofetch/default.nix @@ -5,5 +5,5 @@ ... }: { home.packages = [pkgs.neofetch]; - xdg.configFile."neofetch".source = ./config; + # xdg.configFile."neofetch".source = ./config; }