Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
45bf546b85 | ||
|
|
c260e93db8 |
@@ -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";
|
||||||
|
|||||||
@@ -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,7 +64,8 @@ _:
|
|||||||
"smartsheet"
|
"smartsheet"
|
||||||
"spamsieve"
|
"spamsieve"
|
||||||
# "sqlitestudio" # Doesn't work without Rosetta
|
# "sqlitestudio" # Doesn't work without Rosetta
|
||||||
# "virtualbox" # build error?
|
"tigervnc"
|
||||||
|
# "virtualbox" # build error?
|
||||||
"copilot-cli"
|
"copilot-cli"
|
||||||
|
|
||||||
# Browsers
|
# Browsers
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
emacsOverlaySha256 = "10fa9g1hrm9siwmdpira1nyxwbdsqmsyacbjvlz62js12z2y7yfb";
|
emacsOverlaySha256 = "0pqnl05j86pyvrlqh5kk4sximi749xqgiffq47grw7v98nqd2yin";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user