From 3e39d48d276ac2b7bc15f88944e8ddaeba7ed8fb Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 5 May 2025 22:29:37 +0200 Subject: [PATCH] home/shell: don't load envvars for nushell --- home/shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/shell.nix b/home/shell.nix index baa953b..d9d3417 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -27,9 +27,9 @@ in { source "${config.sops.secrets."nordicsemi/envvars".path}" ''; - programs.nushell.extraEnv = '' - source "${config.sops.secrets."nordicsemi/envvars".path}" - ''; + # programs.nushell.extraEnv = '' + # source "${config.sops.secrets."nordicsemi/envvars".path}" + # ''; systemd.user.tmpfiles.settings."10-shell"."${config.xdg.configHome}/mutable_env.sh".f = { user = config.home.username;