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