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.
|
# ../../flakes.nix expects this to just be a NixOS module
|
|
{
|
|
|
|
imports = [
|
|
# directories
|
|
./frontend
|
|
# files
|
|
./allCommon.nix
|
|
./autoUnfree.nix
|
|
./debugMinimal.nix
|
|
./graphics.nix
|
|
./hwCommon.nix
|
|
./privacy.nix
|
|
./sshSecurity.nix
|
|
./useable.nix
|
|
./vmCommon.nix
|
|
];
|
|
|
|
}
|