nixos/home-manager/profiles/headless.nix

7 lines
82 B
Nix

{ inputs, ... }:
{
imports = [
"${inputs.self}/home-manager/modules"
];
}