14 lines
151 B
Nix
14 lines
151 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
frogeye = {
|
||
|
desktop = {
|
||
|
xorg = true;
|
||
|
};
|
||
|
dev = {
|
||
|
docker = true;
|
||
|
};
|
||
|
extra = true;
|
||
|
gaming = true;
|
||
|
};
|
||
|
}
|