mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-23 05:15:13 +08:00
6 lines
141 B
Nix
6 lines
141 B
Nix
{ ... }:
|
|
{
|
|
imports =
|
|
# [ (import ./sshd.nix) ]
|
|
[ (import ./system.nix) ] ++ [ (import ./user.nix) ] ++ [ (import ./yabai.nix) ];
|
|
}
|