23 lines
246 B
Nix
23 lines
246 B
Nix
{
|
|
pkgs,
|
|
lib,
|
|
config,
|
|
...
|
|
}:
|
|
{
|
|
config = {
|
|
frogeye.name = "curacao";
|
|
};
|
|
imports = [
|
|
./backup
|
|
./co2meter
|
|
./dedup
|
|
./desk
|
|
./disko.nix
|
|
./features.nix
|
|
./hardware.nix
|
|
./homeautomation
|
|
./webcam
|
|
];
|
|
}
|