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.

23 lines
365 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
./options.nix
./privacy.nix
./secrix.nix
./sshSecurity.nix
./useable.nix
./vmCommon.nix
];
}