From 70e7817f33cfdf03ab7ec292157d637ea66ecfbe Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Wed, 21 Jan 2026 14:32:03 +0000 Subject: [PATCH] mise: rename settings to globalConfig.settings and remove zsh integration --- profiles/aerospace.nix | 4 +--- profiles/mise.nix | 3 +-- profiles/starship.nix | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/profiles/aerospace.nix b/profiles/aerospace.nix index a7ef087..88b7110 100644 --- a/profiles/aerospace.nix +++ b/profiles/aerospace.nix @@ -1,6 +1,4 @@ -{ - ... -}: { +{...}: { programs.aerospace = { enable = true; launchd.enable = true; diff --git a/profiles/mise.nix b/profiles/mise.nix index c7548d0..6b56824 100644 --- a/profiles/mise.nix +++ b/profiles/mise.nix @@ -2,8 +2,7 @@ programs.mise = { enable = true; enableFishIntegration = true; - enableZshIntegration = true; - settings = { + globalConfig.settings = { auto_install = false; }; }; diff --git a/profiles/starship.nix b/profiles/starship.nix index ecab9fa..a8180fb 100644 --- a/profiles/starship.nix +++ b/profiles/starship.nix @@ -16,7 +16,7 @@ repo_root_style = "bold cyan"; repo_root_format = "[$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style) "; }; - custom.scm = { + custom.scm = { when = "jj-starship detect"; shell = ["jj-starship" "--strip-bookmark-prefix" "cschmatzler/" "--truncate-name" "20" "--bookmarks-display-limit" "1"]; format = "$output ";