refactor: centralize host and user metadata
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ config, ... }:
|
||||
let
|
||||
homeModules = config.flake.modules.homeManager;
|
||||
in
|
||||
{
|
||||
flake.modules.homeManager."ergon-workstation" = {
|
||||
imports = [ homeModules.nix ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user