{ config, pkgs-unstable, ... }: { home = { packages = with pkgs-unstable; [ nh nix-output-monitor nvd ]; sessionVariables = { NH_FLAKE = "${config.home.homeDirectory}/nix-dots"; }; }; }