mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
added recursive config
This commit is contained in:
parent
f68edaa832
commit
fbbfef35e4
3 changed files with 696 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue