feat!(limontozu): add config

This commit is contained in:
reo101 2023-04-17 11:44:54 +03:00
parent 80ec62084d
commit c5c43e9fc5
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
15 changed files with 789 additions and 49 deletions

View file

@ -4,4 +4,7 @@
{
# List your module files here
# my-module = import ./my-module.nix;
brew = import ./brew;
yabai = import ./yabai;
system = import ./system;
}