diff options
-rw-r--r-- | macos.local/.flake/home/programs/core.nix.org | 5 | ||||
-rw-r--r-- | macos.local/.flake/system/homebrew.nix.org | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/macos.local/.flake/home/programs/core.nix.org b/macos.local/.flake/home/programs/core.nix.org index f6a1aea..aa5ed9d 100644 --- a/macos.local/.flake/home/programs/core.nix.org +++ b/macos.local/.flake/home/programs/core.nix.org @@ -17,6 +17,11 @@ Import configurations for programs and install programs with no configuration. ]; home.packages = with pkgs; [ + aescrypt + bash-language-server + bear + binutils + bison gopls python312 python312Packages.black diff --git a/macos.local/.flake/system/homebrew.nix.org b/macos.local/.flake/system/homebrew.nix.org index c8871c7..fe64b33 100644 --- a/macos.local/.flake/system/homebrew.nix.org +++ b/macos.local/.flake/system/homebrew.nix.org @@ -28,12 +28,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat ]; brews = [ - "aescrypt" "avrdude" - "bash-language-server" - "bear" - "binutils" - "bison" "choose-gui" "clang-format" "cmake" |