This commit is contained in:
Yan Lin 2026-02-11 20:14:57 +01:00
parent 4d42df2800
commit b187febfcd
4 changed files with 0 additions and 8 deletions

View file

@ -4,7 +4,4 @@
imports = [
../home-default.nix
];
# MacBook-specific home configuration
# Example: Laptop-specific tools, power management, etc.
}

View file

@ -1,11 +1,9 @@
{ config, pkgs, ... }:
{
# MacBook-specific configuration
networking.computerName = "macbook";
networking.hostName = "macbook";
# Import common Darwin configuration
imports = [
../system-default.nix
];