11 lines
178 B
Nix
11 lines
178 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../home-default.nix
|
|
];
|
|
|
|
# MacBook Air-specific home configuration
|
|
# Example: Laptop-specific tools, power management, etc.
|
|
|
|
}
|