flake.nix: create per host home-manager config files
This commit is contained in:
@@ -191,7 +191,10 @@
|
|||||||
inputs.sops-nix.homeManagerModules.sops
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
];
|
];
|
||||||
|
|
||||||
users.h7x4.imports = [ ./home/home.nix ];
|
users.h7x4.imports = [
|
||||||
|
./home/home.nix
|
||||||
|
./hosts/${name}/home
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
] ++ (extraConfig.modules or [ ]);
|
] ++ (extraConfig.modules or [ ]);
|
||||||
|
4
hosts/dosei/home/default.nix
Normal file
4
hosts/dosei/home/default.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
4
hosts/kasei/home/default.nix
Normal file
4
hosts/kasei/home/default.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
4
hosts/tsuki/home/default.nix
Normal file
4
hosts/tsuki/home/default.nix
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Reference in New Issue
Block a user