remove macos and nix-darwin related config

This commit is contained in:
Yan Lin 2025-10-24 12:46:00 +02:00
parent e8d42b488a
commit 0f8fe62245
16 changed files with 62 additions and 640 deletions

View file

@ -1,16 +0,0 @@
{ config, pkgs, ... }:
{
imports = [
../home-default.nix
];
# MacBook Air-specific home configuration
# Example: Laptop-specific tools, power management, etc.
# yt-dlp configuration
programs.yt-dlp-custom = {
enable = true;
downloadDir = "~/Downloads/Videos";
};
}

View file

@ -1,12 +0,0 @@
{ config, pkgs, ... }:
{
# MacBook Air-specific configuration
networking.computerName = "imac";
networking.hostName = "imac";
# Import common Darwin configuration
imports = [
../system-default.nix
];
}