15 lines
226 B
Nix
15 lines
226 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
frogeye = {
|
||
|
desktop.xorg = true;
|
||
|
dev = {
|
||
|
ansible = true;
|
||
|
c = true;
|
||
|
docker = true;
|
||
|
fpga = true;
|
||
|
python = true;
|
||
|
};
|
||
|
# extra = true; # FIXME Should support aarch64
|
||
|
};
|
||
|
}
|