blob: 6599d7f0a01a45ce7ecb3574a57a6753d1af8fbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
self,
inputs,
...
}: {
flake.nixosModules.mystraHardware = {
config,
lib,
pkgs,
modulesPath,
...
}: {
# TODO: Insert hardware config generated by Mystra
};
}
|