mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
gpg-agent: write nushell initialization to config file
According to the nushell docs (https://www.nushell.sh/book/configuration.html#configuration-overview): "The first file loaded is env.nu, which was historically used to override environment variables. However, the current "best-practice" recommendation is to set all environment variables (and other configuration) using config.nu and the autoload directories below."
This commit is contained in:
parent
b035546241
commit
bc8967cdb0
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ in
|
|||
programs.zsh.initContent = mkIf cfg.enableZshIntegration gpgZshInitStr;
|
||||
programs.fish.interactiveShellInit = mkIf cfg.enableFishIntegration gpgFishInitStr;
|
||||
|
||||
programs.nushell.extraEnv = mkIf cfg.enableNushellIntegration gpgNushellInitStr;
|
||||
programs.nushell.extraConfig = mkIf cfg.enableNushellIntegration gpgNushellInitStr;
|
||||
}
|
||||
|
||||
(mkIf (cfg.sshKeys != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue