diff --git a/modules/hm/nushell.nix b/modules/hm/nushell.nix index 9732ead..8c84de6 100644 --- a/modules/hm/nushell.nix +++ b/modules/hm/nushell.nix @@ -1,11 +1,11 @@ { programs.nushell = { enable = true; - configFile.text = '' - let-env config = { - show_banner: false - } - ''; + # configFile.text = '' + # let-env config = { + # show_banner: false + # } + # ''; envFile.text = ""; }; }