refactor: move neofetch.conf to more sensible location

This commit is contained in:
Youwen Wu 2024-08-07 07:12:28 -07:00
parent f0c424b39a
commit df50a3a1f9
3 changed files with 2 additions and 4 deletions

View file

@ -19,8 +19,7 @@
# xxx # xxx
# ''; # '';
home.file.".config/neofetch/config.conf".source = home.file.".config/neofetch/config.conf".source = ../common/neofetch.conf
../../../config/neofetch.conf;
# Packages that should be installed to the user profile. # Packages that should be installed to the user profile.
home.packages = with pkgs; [ home.packages = with pkgs; [

View file

@ -19,8 +19,7 @@
# xxx # xxx
# ''; # '';
home.file.".config/neofetch/config.conf".source = home.file.".config/neofetch/config.conf".source = ../common/neofetch.conf
../../../config/neofetch.conf;
home.file.".wallpapers" = { home.file.".wallpapers" = {
source = ../../../wallpapers; source = ../../../wallpapers;
recursive = true; recursive = true;