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