move the wsl bashrc file to configs

This commit is contained in:
Andreas Zweili 2022-01-10 21:27:35 +01:00
parent fb1b4937aa
commit 6adb1bfde4
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ in
programs.bash = {
enable = true;
bashrcExtra = ''
. ~/git_repos/nixos/home-manager/work_config/bashrc
. ~/git_repos/nixos/home-manager/config/bash/work_wsl_bashrc
. /home/${username}/.nix-profile/etc/profile.d/nix.sh
'';
};