move the bashrc file

This commit is contained in:
Andreas Zweili 2021-12-22 18:07:39 +01:00
parent 22f9d017a5
commit 283ae1d386
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
programs.bash = {
enable = true;
bashrcExtra = ''
. ~/git_repos/nixos/home-manager/personal_config/bashrc
. ~/git_repos/nixos/home-manager/configs/bash/bashrc
'';
};
targets.genericLinux.enable = true;