mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
fix(nix): move yabai, skhd, and karabiner-elements to homebrew
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
# Auto upgrade nix package and the daemon service.
|
||||
services.nix-daemon.enable = true;
|
||||
services.karabiner-elements.enable = true;
|
||||
|
||||
# Necessary for using flakes on this system.
|
||||
nix.settings.experimental-features = "nix-command flakes";
|
||||
@@ -16,7 +15,6 @@
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
environment.systemPackages = [ pkgs.pinentry_mac ];
|
||||
|
||||
# Shells
|
||||
environment.shells = with pkgs; [
|
||||
@@ -196,8 +194,4 @@
|
||||
# Additional system configurations
|
||||
system.defaults.NSGlobalDomain.AppleKeyboardUIMode = 3;
|
||||
system.defaults.NSGlobalDomain.AppleFontSmoothing = 2;
|
||||
|
||||
# Services
|
||||
services.skhd.enable = true;
|
||||
services.yabai.enable = true;
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"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.
|
||||
"koekeishiya/formulae" # yabai/skhd
|
||||
];
|
||||
brews = [
|
||||
"asdf" # Extendable version manager with support for Ruby, Node.js, Erlang & more
|
||||
@@ -16,10 +17,13 @@
|
||||
"luajit" # INFO: Dependency of Neovim
|
||||
"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!
|
||||
"pinentry-mac" # Pinentry for GPG
|
||||
"prettier" # Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
|
||||
"skhd" # Simple hotkey daemon for macOS
|
||||
"tree-sitter" # INFO: Dependency of Neovim
|
||||
"urlview" # URL extractor/launcher
|
||||
"volta" # JavaScript toolchain manager for reproducible environments
|
||||
"yabai" # Tiling window manager for macOS based on binary space partitioning
|
||||
"yarn" # JavaScript package manager
|
||||
];
|
||||
casks = [
|
||||
@@ -67,6 +71,7 @@
|
||||
"itsycal" # Menu bar calendar
|
||||
"kaleidoscope@3" # Spot and merge differences in text and image files or folders
|
||||
"kap" # Open-source screen recorder built with web technology
|
||||
"karabiner-elements" # Keyboard customisation tool
|
||||
"languagetool" # Grammar, spelling and style suggestions in all the writing apps
|
||||
"ledger-live" # Wallet desktop application to maintain multiple cryptocurrencies
|
||||
"macfuse" # File system integration
|
||||
|
||||
Reference in New Issue
Block a user