feat(nix): remove homebrew packages that are not defined in Nix configuration

This commit is contained in:
Stefan Imhoff
2024-07-27 15:19:46 +02:00
parent 204afb90ff
commit b77eee4893
2 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
{ {
enable = true; enable = true;
# TODO: Activate after migration is complete onActivation.cleanup = "uninstall";
# onActivation.cleanup = "uninstall";
taps = [ taps = [
"dustinblackman/tap" # Oatmeal "dustinblackman/tap" # Oatmeal
"homebrew/bundle" # Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask, Mac App Store, Whalebrew and Visual Studio Code. "homebrew/bundle" # Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask, Mac App Store, Whalebrew and Visual Studio Code.
@@ -12,6 +11,7 @@
"cava" # Console-based Audio Visualizer for ALSA "cava" # Console-based Audio Visualizer for ALSA
"fileicon" # macOS CLI for managing custom icons for files and folders "fileicon" # macOS CLI for managing custom icons for files and folders
"fish" # TODO: Migrate to nix "fish" # TODO: Migrate to nix
"gettext" # INFO: Dependency of Neovim
"luajit" # INFO: Dependency of Neovim "luajit" # INFO: Dependency of Neovim
"neovim" # TODO: Migrate to nix "neovim" # TODO: Migrate to nix
"oatmeal" # Terminal UI to chat with large language models (LLM) using backends such as Ollama, and direct integrations with your favourite editor like Neovim! "oatmeal" # Terminal UI to chat with large language models (LLM) using backends such as Ollama, and direct integrations with your favourite editor like Neovim!
@@ -19,7 +19,6 @@
"starship" # TODO: Migrate to nix "starship" # TODO: Migrate to nix
"tmux" # TODO: Migrate to nix "tmux" # TODO: Migrate to nix
"tree-sitter" # INFO: Dependency of Neovim "tree-sitter" # INFO: Dependency of Neovim
"gettext" # INFO: Dependency of Neovim
"urlview" # URL extractor/launcher "urlview" # URL extractor/launcher
"yq" # Process YAML, JSON, XML, CSV and properties documents from the CLI. INFO: Needed for joshmedeski/tmux-nerd-font-window-name "yq" # Process YAML, JSON, XML, CSV and properties documents from the CLI. INFO: Needed for joshmedeski/tmux-nerd-font-window-name
"zsh" # TODO: Migrate to nix "zsh" # TODO: Migrate to nix

View File

@@ -1,6 +1,5 @@
{ {
# TODO: Activate after migration is complete onActivation.cleanup = "uninstall";
# onActivation.cleanup = "uninstall";
taps = [ ]; taps = [ ];
brews = [ ]; brews = [ ];
casks = [ casks = [