nix/hosts/darwin/imac/home.nix
2025-09-09 22:02:46 +02:00

11 lines
178 B
Nix

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