nixos/home-manager/profiles/ubuntu.nix

7 lines
115 B
Nix

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