{pkgs, ...}: { home.sessionVariables = { NH_FLAKE = "/home/julian/.dotfiles"; }; home.shellAliases = { "os" = "nh os switch"; "hs" = "nh home switch"; }; home.packages = with pkgs; [nh]; }