16 lines
198 B
Nix
16 lines
198 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = [
|
|
./chaospott.nix
|
|
./gui
|
|
./mainUser.nix
|
|
./media
|
|
./network
|
|
./nixos
|
|
./terminal
|
|
./timezone.nix
|
|
./virtualisation
|
|
./yubikey.nix
|
|
];
|
|
|
|
}
|