mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
refactor: move neofetch.conf to more sensible location
This commit is contained in:
parent
f0c424b39a
commit
df50a3a1f9
3 changed files with 2 additions and 4 deletions
|
@ -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; [
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue