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;