13 lines
145 B
Nix
13 lines
145 B
Nix
{ ... }:
|
|
{
|
|
config = {
|
|
frogeye = {
|
|
desktop.xorg = true;
|
|
dev = {
|
|
"3d" = true;
|
|
};
|
|
extra = true;
|
|
};
|
|
};
|
|
}
|