Geoffrey Frogeye
6444f8f517
While I might still bikeshed how the rest of the configuration is sourced, at least the import points should be stable.
7 lines
122 B
Nix
7 lines
122 B
Nix
{ ... }:
|
|
{
|
|
frogeye.extra = false; # FIXME Not working yet
|
|
frogeye.desktop.xorg = true;
|
|
frogeye.dev.docker = true;
|
|
}
|