From df50a3a1f9030de37ca016519d1a143d5e3f1fbc Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Wed, 7 Aug 2024 07:12:28 -0700 Subject: [PATCH] refactor: move neofetch.conf to more sensible location --- {config => users/youwen/common}/neofetch.conf | 0 users/youwen/darwin/darwin-home.nix | 3 +-- users/youwen/linux/home.nix | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) rename {config => users/youwen/common}/neofetch.conf (100%) 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;