clean up home and system default packages

This commit is contained in:
Yan Lin 2026-02-09 17:05:02 +01:00
parent c1667c15b0
commit ac45a5035d
7 changed files with 4 additions and 33 deletions

View file

@ -3,18 +3,8 @@
{
imports = [
../home-default.nix
../../../modules/tex.nix
../../../modules/syncthing.nix
../../../modules/schedule.nix
../../../modules/yt-dlp.nix
../../../modules/media-process.nix
];
home.packages = with pkgs; [
];
programs.yt-dlp-custom = {
enable = true;
downloadDir = "/home/yanlin/Media";
};
}