feat: update for shells

This commit is contained in:
Ryan Yin
2023-12-22 16:59:34 +08:00
parent 217057612c
commit 1817f41423
7 changed files with 37 additions and 38 deletions
+1 -1
View File
@@ -3,9 +3,9 @@
../base/desktop
./proxychains
./core.nix
./rime-squirrel.nix
./shell.nix
];
# Home Manager needs a bit of information about you and the
+10
View File
@@ -0,0 +1,10 @@
_: {
# add homebrew into PATH
programs.bash.bashrcExtra = ''
export PATH="/opt/homebrew/bin:$PATH"
'';
programs.zsh.envExtra = ''
export PATH="/opt/homebrew/bin:$PATH"
'';
}