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,5 +4,4 @@
imports = [ imports = [
../home-default.nix ../home-default.nix
]; ];
} }

View file

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

View file

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

View file

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