added recursive config

This commit is contained in:
Bryan Ramos 2023-12-05 18:14:44 -05:00
parent f68edaa832
commit fbbfef35e4
3 changed files with 696 additions and 1 deletions

View file

@ -11,11 +11,16 @@ in
home.packages = with pkgs; [
wget curl tree neofetch
unzip fping calc qrencode
fd pkg-config pciutils
fd pkg-config pciutils
mdbook rsync docker gcc gnumake
exercism pandoc texlive.combined.scheme-tetex
pdftk zoom-us zip teams-for-linux
aerc
];
home.file.".config/aerc" = {
source = ./aerc;
recursive = true;
};
};
}