1{ 2 flake.modules.homeManager.dev = {config, ...}: { 3 programs.nh.flake = "${config.home.homeDirectory}/nix-config"; 4 }; 5}