mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: manage neofetch configuration with home-manager
This commit is contained in:
parent
34b15f3825
commit
5fa8e27709
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
@ -19,6 +19,8 @@
|
||||||
# xxx
|
# xxx
|
||||||
# '';
|
# '';
|
||||||
|
|
||||||
|
home.file.".config/neofetch/config.conf".source = ./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; [
|
||||||
neofetch
|
neofetch
|
||||||
|
|
Loading…
Reference in a new issue