Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit 5a75b99

Browse files
committed
fix(mise): Some settings should always be set
1 parent 7e7760d commit 5a75b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homes/_modules/shell/mise/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ in
3333
"mise/config.toml" = lib.mkIf (cfg.globalConfig != { }) {
3434
source = tomlFormat.generate "mise-config" cfg.globalConfig;
3535
};
36-
"mise/settings.toml" = lib.mkIf (cfg.settings != { }) {
36+
"mise/settings.toml" = {
3737
source = tomlFormat.generate "mise-settings" (
3838
{
3939
experimental = true;

0 commit comments

Comments
 (0)