refactor(mise): use programs.mise home-manager module
This commit is contained in:
+10
-6
@@ -8,7 +8,6 @@
|
||||
bun
|
||||
|
||||
# ── Package management / version management ──
|
||||
mise
|
||||
uv
|
||||
|
||||
# ── LSP servers ──
|
||||
@@ -35,9 +34,14 @@
|
||||
ast-grep
|
||||
];
|
||||
|
||||
# ── mise config ──────────────────────────────────────
|
||||
xdg.configFile."mise/config.toml".text = ''
|
||||
[settings]
|
||||
trusted_config_paths = ["/"]
|
||||
'';
|
||||
# ── mise ─────────────────────────────────────────────
|
||||
programs.mise = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
globalConfig = {
|
||||
settings = {
|
||||
trusted_config_paths = [ "/" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user