mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-03-19 07:40:30 +01:00
7 lines
141 B
Nix
7 lines
141 B
Nix
|
|
{ ... }:
|
||
|
|
{
|
||
|
|
imports =
|
||
|
|
# [ (import ./sshd.nix) ]
|
||
|
|
[ (import ./system.nix) ] ++ [ (import ./user.nix) ] ++ [ (import ./yabai.nix) ];
|
||
|
|
}
|