10 lines
109 B
Nix
10 lines
109 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
config = {
|
||
|
frogeye = {
|
||
|
name = "sprinkles";
|
||
|
storageSize = "phone";
|
||
|
};
|
||
|
};
|
||
|
}
|