From 5fa8e27709fd45ab126c70cfbaff3af07bcb4363 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 30 Jul 2024 22:44:18 -0700 Subject: [PATCH] feat: manage neofetch configuration with home-manager --- home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.nix b/home.nix index c65eeab..d987844 100755 --- a/home.nix +++ b/home.nix @@ -18,6 +18,8 @@ # home.file.".xxx".text = '' # xxx # ''; + + home.file.".config/neofetch/config.conf".source = ./config/neofetch.conf; # Packages that should be installed to the user profile. home.packages = with pkgs; [