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