mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nix): migrate Homebrew brews to Nix
This commit is contained in:
@@ -3,17 +3,21 @@
|
||||
# TODO: Activate after migration is complete
|
||||
# onActivation.cleanup = "uninstall";
|
||||
taps = [
|
||||
"dustinblackman/tap"
|
||||
"dustinblackman/tap" # Oatmeal
|
||||
"homebrew/bundle" # Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask, Mac App Store, Whalebrew and Visual Studio Code.
|
||||
"homebrew/services" # Manage background services using the daemon manager launchctl on macOS or systemctl on Linux.
|
||||
];
|
||||
brews = [
|
||||
"lunchy"
|
||||
"oatmeal"
|
||||
"cava" # Console-based Audio Visualizer for ALSA
|
||||
"fileicon" # macOS CLI for managing custom icons for files and folders
|
||||
"oatmeal" # Terminal UI to chat with large language models (LLM) using backends such as Ollama, and direct integrations with your favourite editor like Neovim!
|
||||
"prettier" # Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
|
||||
];
|
||||
casks = [
|
||||
"hammerspoon"
|
||||
"raycast"
|
||||
"wezterm"
|
||||
"zed"
|
||||
"hammerspoon" # Desktop automation application
|
||||
"raycast" # Control your tools with a few keystrokes
|
||||
"wezterm" # GPU-accelerated cross-platform terminal emulator and multiplexer. NOTE: Only installed with Brew because I want to replace the icon
|
||||
"zed" # Multiplayer code editor
|
||||
];
|
||||
masApps = { };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user