nixos/home-manager/profiles/ubuntu.nix

6 lines
115 B
Nix

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