chore: run nixfmt

This commit is contained in:
Youwen Wu 2024-08-06 00:13:05 -07:00
parent ccd6199d95
commit 1236708729
5 changed files with 8 additions and 8 deletions

View file

@ -10,9 +10,7 @@
'';
};
programs.fzf = pkgs.lib.mkDefault {
enable = true;
};
programs.fzf = pkgs.lib.mkDefault { enable = true; };
programs.git = pkgs.lib.mkDefault {
enable = true;

View file

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

View file

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