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,10 +5,6 @@
|
||||
../../home
|
||||
];
|
||||
|
||||
# Services
|
||||
services.yabai.enable = true;
|
||||
services.skhd.enable = true;
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with pkgs; [
|
||||
|
||||
@@ -5,10 +5,6 @@
|
||||
../../home
|
||||
];
|
||||
|
||||
# Services
|
||||
services.yabai.enable = true;
|
||||
services.skhd.enable = true;
|
||||
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = with pkgs; [ ];
|
||||
|
||||
Reference in New Issue
Block a user