hosts/hypnos: add mise
This commit is contained in:
@@ -27,7 +27,10 @@
|
||||
"tailscale" = "/Applications/Tailscale.app/Contents/MacOS/Tailscale";
|
||||
};
|
||||
# 外壳同款配色
|
||||
programs.zsh.initContent = "zstyle ':prompt:grml:*:items:user' pre '%F{#82C8E5}'";
|
||||
programs.zsh.initContent = ''
|
||||
zstyle ':prompt:grml:*:items:user' pre '%F{#82C8E5}'
|
||||
eval "$(mise activate zsh)"
|
||||
'';
|
||||
|
||||
# 虽然有些邪恶, 但是有些应用必须用 brew 装更新才够快
|
||||
programs.zsh.sessionVariables = {
|
||||
@@ -77,6 +80,7 @@
|
||||
fnm
|
||||
opam
|
||||
graphviz
|
||||
mise
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user