Remove imac host

This commit is contained in:
Yan Lin 2025-09-27 19:08:51 +02:00
parent 1ae5282df2
commit bbc7e054fd
3 changed files with 0 additions and 41 deletions

View file

@ -1,16 +0,0 @@
{ config, pkgs, ... }:
{
imports = [
../home-default.nix
];
# iMac-specific home configuration
# Example: Different screen setup, desktop-specific tools, etc.
# yt-dlp configuration
programs.yt-dlp-custom = {
enable = true;
downloadDir = "~/Downloads/Videos";
};
}