Fixed brew inconstistency andded tigervnc

This commit is contained in:
Olaf
2026-07-30 14:32:13 +02:00
parent c260e93db8
commit 45bf546b85
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -16,8 +16,13 @@
url = "github:nix-darwin/nix-darwin/nix-darwin-26.05"; url = "github:nix-darwin/nix-darwin/nix-darwin-26.05";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
brew-src = {
url = "github:Homebrew/brew/master";
flake = false;
};
nix-homebrew = { nix-homebrew = {
url = "github:zhaofengli-wip/nix-homebrew"; url = "github:zhaofengli-wip/nix-homebrew";
inputs.brew-src.follows = "brew-src";
}; };
homebrew-bundle = { homebrew-bundle = {
url = "github:homebrew/homebrew-bundle"; url = "github:homebrew/homebrew-bundle";
+2 -1
View File
@@ -8,7 +8,7 @@ _:
"oracle-jdk" "oracle-jdk"
"visual-studio-code" "visual-studio-code"
# Creatative tools # Creative tools
"blender" "blender"
"gimp" "gimp"
"inkscape" "inkscape"
@@ -64,6 +64,7 @@ _:
"smartsheet" "smartsheet"
"spamsieve" "spamsieve"
# "sqlitestudio" # Doesn't work without Rosetta # "sqlitestudio" # Doesn't work without Rosetta
"tigervnc"
# "virtualbox" # build error? # "virtualbox" # build error?
"copilot-cli" "copilot-cli"