Use host-specific home configuration
This commit is contained in:
parent
2a3a4aece9
commit
6368fe594a
5 changed files with 69 additions and 39 deletions
11
hosts/darwin/MacBook-Air/home.nix
Normal file
11
hosts/darwin/MacBook-Air/home.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../home/common.nix
|
||||
];
|
||||
|
||||
# MacBook Air-specific home configuration
|
||||
# Example: Laptop-specific tools, power management, etc.
|
||||
|
||||
}
|
||||
11
hosts/darwin/iMac/home.nix
Normal file
11
hosts/darwin/iMac/home.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../home/common.nix
|
||||
];
|
||||
|
||||
# iMac-specific home configuration
|
||||
# Example: Different screen setup, desktop-specific tools, etc.
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue