拆分 Home Manager 程序配置
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
home.sessionPath = [
|
||||
"$HOME/.npm-global/bin"
|
||||
];
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
fish_add_path "$HOME/.npm-global/bin"
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user