nix/hosts/darwin/MacBook-Air/home.nix
2025-08-29 23:16:24 +02:00

11 lines
183 B
Nix

{ config, pkgs, ... }:
{
imports = [
../../../home/common.nix
];
# MacBook Air-specific home configuration
# Example: Laptop-specific tools, power management, etc.
}