From e42191a53ff4176a6fa7fa91e4c778e0399fd367 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 3 Nov 2024 22:00:01 +0100 Subject: [PATCH] Nushell: fix config --- modules/hm/nushell.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 = ""; }; }