minor
This commit is contained in:
parent
4d42df2800
commit
b187febfcd
4 changed files with 0 additions and 8 deletions
|
|
@ -4,7 +4,4 @@
|
|||
imports = [
|
||||
../home-default.nix
|
||||
];
|
||||
|
||||
# MacBook-specific home configuration
|
||||
# Example: Laptop-specific tools, power management, etc.
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# MacBook-specific configuration
|
||||
networking.computerName = "macbook";
|
||||
networking.hostName = "macbook";
|
||||
|
||||
# Import common Darwin configuration
|
||||
imports = [
|
||||
../system-default.nix
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue