From f9596089b39cda959f30c638f867a0fb69fe1343 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 7 Mar 2026 21:32:13 +0800 Subject: [PATCH] chore(darwin): install utm via homebrew instead of nix --- modules/darwin/apps.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/darwin/apps.nix b/modules/darwin/apps.nix index a57173c5..65739f55 100644 --- a/modules/darwin/apps.nix +++ b/modules/darwin/apps.nix @@ -70,9 +70,6 @@ in nushell # my custom shell gnugrep # replacee macos's grep gnutar # replacee macos's tar - - # darwin only apps - utm # virtual machine ]; environment.variables = { # Fix https://github.com/LnL7/nix-darwin/wiki/Terminfo-issues @@ -165,7 +162,10 @@ in "aerospace" # an i3-like tiling window manager for macOS "ghostty" # terminal emulator + + # container & vm "orbstack" # docker & docker compose + "utm" # vm # https://joplinapp.org/help/ "joplin" # note taking app