3 Commits
Author SHA1 Message Date
Olaf 45bf546b85 Fixed brew inconstistency andded tigervnc 2026-07-30 14:32:13 +02:00
Olaf c260e93db8 emacs hash 2026-07-30 12:00:52 +02:00
Olaf 341f20fe7a emacs SHA256 2026-07-26 12:47:43 +02:00
3 changed files with 9 additions and 3 deletions
+5
View File
@@ -16,8 +16,13 @@
url = "github:nix-darwin/nix-darwin/nix-darwin-26.05";
inputs.nixpkgs.follows = "nixpkgs";
};
brew-src = {
url = "github:Homebrew/brew/master";
flake = false;
};
nix-homebrew = {
url = "github:zhaofengli-wip/nix-homebrew";
inputs.brew-src.follows = "brew-src";
};
homebrew-bundle = {
url = "github:homebrew/homebrew-bundle";
+3 -2
View File
@@ -8,7 +8,7 @@ _:
"oracle-jdk"
"visual-studio-code"
# Creatative tools
# Creative tools
"blender"
"gimp"
"inkscape"
@@ -64,7 +64,8 @@ _:
"smartsheet"
"spamsieve"
# "sqlitestudio" # Doesn't work without Rosetta
# "virtualbox" # build error?
"tigervnc"
# "virtualbox" # build error?
"copilot-cli"
# Browsers
+1 -1
View File
@@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
emacsOverlaySha256 = "08ygy2xalxy614jymf7xcipl5lqgjpf51m9phn9jam9aif4f67rp";
emacsOverlaySha256 = "0pqnl05j86pyvrlqh5kk4sximi749xqgiffq47grw7v98nqd2yin";
in
{