mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 07:32:40 +02:00
chore(darwin): install utm via homebrew instead of nix
This commit is contained in:
@@ -70,9 +70,6 @@ in
|
|||||||
nushell # my custom shell
|
nushell # my custom shell
|
||||||
gnugrep # replacee macos's grep
|
gnugrep # replacee macos's grep
|
||||||
gnutar # replacee macos's tar
|
gnutar # replacee macos's tar
|
||||||
|
|
||||||
# darwin only apps
|
|
||||||
utm # virtual machine
|
|
||||||
];
|
];
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
# Fix https://github.com/LnL7/nix-darwin/wiki/Terminfo-issues
|
# Fix https://github.com/LnL7/nix-darwin/wiki/Terminfo-issues
|
||||||
@@ -165,7 +162,10 @@ in
|
|||||||
|
|
||||||
"aerospace" # an i3-like tiling window manager for macOS
|
"aerospace" # an i3-like tiling window manager for macOS
|
||||||
"ghostty" # terminal emulator
|
"ghostty" # terminal emulator
|
||||||
|
|
||||||
|
# container & vm
|
||||||
"orbstack" # docker & docker compose
|
"orbstack" # docker & docker compose
|
||||||
|
"utm" # vm
|
||||||
|
|
||||||
# https://joplinapp.org/help/
|
# https://joplinapp.org/help/
|
||||||
"joplin" # note taking app
|
"joplin" # note taking app
|
||||||
|
|||||||
Reference in New Issue
Block a user