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