diff --git a/modules/home/neofetch/config/config.conf b/modules/home/neofetch/config.conf similarity index 100% rename from modules/home/neofetch/config/config.conf rename to modules/home/neofetch/config.conf diff --git a/modules/home/neofetch/default.nix b/modules/home/neofetch/default.nix index 60530dd..b5e3927 100644 --- a/modules/home/neofetch/default.nix +++ b/modules/home/neofetch/default.nix @@ -1,5 +1,5 @@ { config, lib, pkgs, ... }: { home.packages = [ pkgs.neofetch ]; - xdg.configFile."neofetch".source = ./config; + xdg.configFile."neofetch/config.conf".source = ./config.conf; }