From 0cbe2bb2310316981de23990473bc548032dcdc2 Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Tue, 16 Dec 2025 23:40:57 +0100 Subject: [PATCH] add visual studio code --- mise.toml | 2 ++ modules/darwin/homebrew.nix | 1 + 2 files changed, 3 insertions(+) create mode 100644 mise.toml diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..95d23b8 --- /dev/null +++ b/mise.toml @@ -0,0 +1,2 @@ +[tools] +rust = "latest" diff --git a/modules/darwin/homebrew.nix b/modules/darwin/homebrew.nix index 9ea816a..1c51e99 100644 --- a/modules/darwin/homebrew.nix +++ b/modules/darwin/homebrew.nix @@ -27,6 +27,7 @@ in { # Terminal & Development "ghostty" "dbeaver-community" + "visual-studio-code" # Window management "aerospace"