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

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