[MacOS] Adds Yabai and Skhd

This commit is contained in:
Drew Haven
2025-02-10 10:34:24 -08:00
parent 30ee2b7c7e
commit c7c80c8140
4 changed files with 232 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
yabai
skhd
];
home.file.".yabairc".source = ./config/yabairc;
home.file.".skhdrc".source = ./config/skhdrc;
}