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.

20 lines
307 B
Nix

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