Files
dotfiles/home/yabai/default.nix

8 lines
90 B
Nix

{ ... }:
{
home.file = {
".config/yabai/yabairc" = { source = ./yabairc; };
};
}