11 lines
115 B
Nix
11 lines
115 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
frogeye = {
|
||
|
desktop.xorg = true;
|
||
|
dev = {
|
||
|
docker = true;
|
||
|
};
|
||
|
extra = true;
|
||
|
};
|
||
|
}
|