6 lines
131 B
Nix
6 lines
131 B
Nix
{inputs, ...}: {
|
|
imports = [
|
|
# TODO replace with hjem once possible
|
|
inputs.home-manager.nixosModules.home-manager
|
|
];
|
|
}
|