fix(nix): move yabai, skhd, and karabiner-elements to homebrew

This commit is contained in:
Stefan Imhoff
2024-08-02 16:22:22 +02:00
parent b43d736e3f
commit 208d9a3159
8 changed files with 14 additions and 49 deletions

View File

@@ -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; [

View File

@@ -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; [ ];