5 lines
164 B
Nix
5 lines
164 B
Nix
{config, ...}: {
|
|
flake.modules.nixos.krembo = {
|
|
home-manager.users.${config.flake.meta.user.name}.imports = [config.flake.modules.homeManager.krembo];
|
|
};
|
|
}
|