You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
330 B
Nix

# ../../flakes.nix expects this to just be a NixOS module
{
imports = [
# directories
./frontend
./improvedDefaults
# files
./allCommon.nix
./autoUnfree.nix
./debugMinimal.nix
./graphics.nix
./hwCommon.nix
./privacy.nix
./sshSecurity.nix
./useable.nix
./vmCommon.nix
];
}