Give each host a separate home.nix
This commit is contained in:
parent
07ac55c9f2
commit
4656bc4913
@ -7,6 +7,4 @@
|
||||
home.packages = with pkgs; [
|
||||
btop
|
||||
];
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
}
|
||||
|
8
hosts/nullbox/home.nix
Normal file
8
hosts/nullbox/home.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ lib, pkgs, osConfig, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../home/common.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
}
|
8
hosts/slab/home.nix
Normal file
8
hosts/slab/home.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ lib, pkgs, osConfig, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../home/common.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "23.11";
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user