diff --git a/config/neofetch.conf b/users/youwen/common/neofetch.conf similarity index 100% rename from config/neofetch.conf rename to users/youwen/common/neofetch.conf diff --git a/users/youwen/darwin/darwin-home.nix b/users/youwen/darwin/darwin-home.nix index 12383fc..3a44b83 100755 --- a/users/youwen/darwin/darwin-home.nix +++ b/users/youwen/darwin/darwin-home.nix @@ -19,8 +19,7 @@ # xxx # ''; - home.file.".config/neofetch/config.conf".source = - ../../../config/neofetch.conf; + home.file.".config/neofetch/config.conf".source = ../common/neofetch.conf # Packages that should be installed to the user profile. home.packages = with pkgs; [ diff --git a/users/youwen/linux/home.nix b/users/youwen/linux/home.nix index 1b5f7ed..47650fa 100755 --- a/users/youwen/linux/home.nix +++ b/users/youwen/linux/home.nix @@ -19,8 +19,7 @@ # xxx # ''; - home.file.".config/neofetch/config.conf".source = - ../../../config/neofetch.conf; + home.file.".config/neofetch/config.conf".source = ../common/neofetch.conf home.file.".wallpapers" = { source = ../../../wallpapers; recursive = true;