haios/modules/nixos/remote-modules.nix
2025-02-17 16:48:14 +02:00

6 lines
131 B
Nix

{inputs, ...}: {
imports = [
# TODO replace with hjem once possible
inputs.home-manager.nixosModules.home-manager
];
}