minor
This commit is contained in:
parent
4d42df2800
commit
b187febfcd
4 changed files with 0 additions and 8 deletions
|
|
@ -4,5 +4,4 @@
|
||||||
imports = [
|
imports = [
|
||||||
../home-default.nix
|
../home-default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,4 @@
|
||||||
imports = [
|
imports = [
|
||||||
../home-default.nix
|
../home-default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# MacBook-specific home configuration
|
|
||||||
# Example: Laptop-specific tools, power management, etc.
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue