mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-04 04:35:29 +00:00
feat(nix): remove homebrew packages that are not defined in Nix configuration
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
# TODO: Activate after migration is complete
|
onActivation.cleanup = "uninstall";
|
||||||
# onActivation.cleanup = "uninstall";
|
|
||||||
taps = [ ];
|
taps = [ ];
|
||||||
brews = [ ];
|
brews = [ ];
|
||||||
casks = [
|
casks = [
|
||||||
|
|||||||
Reference in New Issue
Block a user