diff --git a/workstation/home.nix b/workstation/home.nix index 5193d77..e47b8ad 100644 --- a/workstation/home.nix +++ b/workstation/home.nix @@ -130,9 +130,7 @@ umask 0007 export PAGER=less export LESS="-s" - if [[ ! -v BASH_COMPLETION_VERSINFO ]]; then . "${pkgs.bash-completion}/etc/profile.d/bash_completion.sh" - fi if [ -d ~/.bash_completion.d ]; then for i in $(ls -1 ~/.bash_completion.d/*.sh); do . $i; done fi @@ -163,7 +161,7 @@ enable = true; enableBashIntegration = true; agents = [ "ssh" ]; - keys = [ "\${HOME}/.ssh/id_ed25519" ]; + keys = [ "~/.ssh/id_ed25519" "~/.ssh/git" "~/.ssh/id_dsa.2022" "~/.ssh/id_rsa.2020" "~/.ssh/id_rsa.2022" ]; inheritType = "any"; }; programs.mpv = {