diff --git a/modules/home-manager/sstent.nix b/modules/home-manager/sstent.nix index 047240b..463cd76 100644 --- a/modules/home-manager/sstent.nix +++ b/modules/home-manager/sstent.nix @@ -74,11 +74,10 @@ programs = { HSTR_CONFIG=hicolor; PROMPT_COMMAND="history -a;"; # ensure synchronization between bash memory and history file SSH_AUTH_SOCK="~/.ssh/wsl-ssh-agent.sock"; - } + }; bashrcExtra = '' if [ -e /home/sstent/.nix-profile/etc/profile.d/nix.sh ]; then . /home/sstent/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer ssh-add -l - ''; }; git = {