nix/hosts/darwin/imac/home.nix
2025-12-08 17:51:02 +01:00

10 lines
171 B
Nix

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