{pkgs, ...}: { home.packages = with pkgs; [ nix-output-monitor ]; home.shellAliases = { "nix build" = "nom build"; "nix shell" = "nom shell"; "nix develop" = "nom develop"; "nix-build" = "nom-build"; "nix-shell" = "nom-shell"; }; }