{ pkgs, ... }: { programs.nushell = { enable = true; extraConfig = '' $env.config.show_banner = false ''; envFile.text = ""; plugins = with pkgs.nushellPlugins;[ formats polars query ]; }; }