diff options
Diffstat (limited to 'macos.local')
-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" |