14 lines
161 B
Nix
14 lines
161 B
Nix
{ ... }:
|
|
{
|
|
config = {
|
|
frogeye = {
|
|
desktop.xorg = true;
|
|
dev = {
|
|
c = true;
|
|
vm = true;
|
|
};
|
|
extra = true;
|
|
};
|
|
};
|
|
}
|