mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 15:50:30 +01:00
feat: adds yabai updates; adds azalea core file
This commit is contained in:
parent
936759e920
commit
d8cdb130b5
2 changed files with 12 additions and 6 deletions
6
modules/core/default.azalea.nix
Normal file
6
modules/core/default.azalea.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports =
|
||||
# [ (import ./sshd.nix) ]
|
||||
[ (import ./system.nix) ] ++ [ (import ./user.nix) ] ++ [ (import ./yabai.nix) ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue