mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-12 23:57:07 +00:00
commit
675409603a
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ According to the official [Home Manager Manual](https://nix-community.github.io/
|
|||
programs.bash = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
# TODO add your cusotm bashrc here
|
||||
# TODO add your custom bashrc here
|
||||
bashrcExtra = ''
|
||||
export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/go/bin"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue