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

11 lines
183 B
Nix

{ config, pkgs, ... }:
{
imports = [
../../../home/common.nix
];
# iMac-specific home configuration
# Example: Different screen setup, desktop-specific tools, etc.
}