nixos/home-manager/profiles/ubuntu.nix

9 lines
121 B
Nix

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