clean up
This commit is contained in:
parent
cc00ecae62
commit
9b12090cb7
2 changed files with 10 additions and 18 deletions
|
|
@ -9,8 +9,6 @@
|
|||
../../../modules/yt-dlp.nix
|
||||
];
|
||||
|
||||
# hs-specific home configuration
|
||||
|
||||
services.scheduled-commands.aicloud-backup = {
|
||||
enable = true;
|
||||
description = "Backup aicloud files";
|
||||
|
|
@ -20,7 +18,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
# yt-dlp configuration - store videos on large storage
|
||||
programs.yt-dlp-custom = {
|
||||
enable = true;
|
||||
downloadDir = "/mnt/storage/Media/web";
|
||||
|
|
@ -64,10 +61,6 @@
|
|||
];
|
||||
};
|
||||
|
||||
programs.zsh.shellAliases = {
|
||||
move-inbox = "cp -rl /mnt/storage/Media/downloads/.inbox/* /mnt/storage/Media/downloads/inbox && chown -R yanlin:users /mnt/storage/Media/downloads/inbox";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue