diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-16 14:58:59 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-12-16 14:58:59 -0600 |
commit | 14948931f2c530bfb467eb90b5dfa519d65e54f5 (patch) | |
tree | e18c4be10093eea4ce79a8cdf999fd868dbaea7d /macos.local | |
parent | 61bb15278a4224eadd13e5fe4fe3cbb0d3718235 (diff) |
system changes
Diffstat (limited to 'macos.local')
-rw-r--r-- | macos.local/.flake/home/programs/core.nix.org | 1 | ||||
-rw-r--r-- | macos.local/.flake/system/homebrew.nix.org | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/macos.local/.flake/home/programs/core.nix.org b/macos.local/.flake/home/programs/core.nix.org index 620c94b..59dd331 100644 --- a/macos.local/.flake/home/programs/core.nix.org +++ b/macos.local/.flake/home/programs/core.nix.org @@ -15,7 +15,6 @@ ]; home.packages = with pkgs; [ - libgccjit python312 python312Packages.black python312Packages.pylint diff --git a/macos.local/.flake/system/homebrew.nix.org b/macos.local/.flake/system/homebrew.nix.org index 7c93efc..b92958c 100644 --- a/macos.local/.flake/system/homebrew.nix.org +++ b/macos.local/.flake/system/homebrew.nix.org @@ -26,11 +26,12 @@ "dotnet" "eza" "fd" + "gcc" "gnutls" "ffmpeg" "fzf" - "gpgme" "go" + "gpgme" "grep" "htop" "hunspell" @@ -40,6 +41,7 @@ "jq" "lesspipe" "latexdiff" + "libgccjit" "llvm@18" "marksman" "meson" |