diff options
author | jjanzen <jjanzen@jjanzen.ca> | 2025-01-14 21:04:15 -0600 |
---|---|---|
committer | jjanzen <jjanzen@jjanzen.ca> | 2025-01-14 21:04:15 -0600 |
commit | 11b7ba3cc39aad4a781981e9d11b1dffa997c98f (patch) | |
tree | 6eafced9d8f1455696e243d657a92f2651814aa4 | |
parent | 14846d482a51c17ad45497fbc649cbcb7955b519 (diff) |
system changes
-rw-r--r-- | macos.local/.flake/home/programs/core.nix.org | 10 | ||||
-rw-r--r-- | macos.local/.flake/system/homebrew.nix.org | 13 |
2 files changed, 10 insertions, 13 deletions
diff --git a/macos.local/.flake/home/programs/core.nix.org b/macos.local/.flake/home/programs/core.nix.org index bcf5c45..7bb565a 100644 --- a/macos.local/.flake/home/programs/core.nix.org +++ b/macos.local/.flake/home/programs/core.nix.org @@ -34,6 +34,7 @@ Import configurations for programs and install programs with no configuration. gpgme htop imagemagick + inetutils lesspipe marksman mailutils @@ -45,7 +46,16 @@ Import configurations for programs and install programs with no configuration. python312Packages.black python312Packages.pylint python312Packages.python-lsp-server + rsync + rustup + shellcheck + shfmt texliveFull + tree-sitter + typescript-language-server + vscode-langservers-extracted + wget + yt-dlp ]; } #+end_src diff --git a/macos.local/.flake/system/homebrew.nix.org b/macos.local/.flake/system/homebrew.nix.org index 1b49357..a91f234 100644 --- a/macos.local/.flake/system/homebrew.nix.org +++ b/macos.local/.flake/system/homebrew.nix.org @@ -58,20 +58,7 @@ Set up Homebrew. I disable the quarantine automatically and ensure that the stat "openjdk" "pinentry-mac" "pinentry-touchid" - "poppler" - "ripgrep" - "rsync" - "rust" "sevenzip" - "shellcheck" - "shfmt" - "telnet" - "tree-sitter" - "typescript-language-server" - "vscode-langservers-extracted" - "wget" - "yt-dlp" - "felixkratz/formulae/sketchybar" "osx-cross/avr/avr-binutils" "osx-cross/avr/avarice" "osx-cross/avr/avr-gcc@14" |