Geoffrey Frogeye
8edb670486
I could split this commit in more but I won't. The first commit in this repository said it would be the last legible one, and I haven't followed that, so YOLO.
10 lines
109 B
Nix
10 lines
109 B
Nix
{ ... }:
|
|
{
|
|
config = {
|
|
frogeye = {
|
|
name = "sprinkles";
|
|
storageSize = "phone";
|
|
};
|
|
};
|
|
}
|