feat: adds yabai updates; adds azalea core file

This commit is contained in:
ahwx 2026-02-21 23:18:59 +01:00
parent 936759e920
commit d8cdb130b5
2 changed files with 12 additions and 6 deletions

View file

@ -0,0 +1,6 @@
{ ... }:
{
imports =
# [ (import ./sshd.nix) ]
[ (import ./system.nix) ] ++ [ (import ./user.nix) ] ++ [ (import ./yabai.nix) ];
}