Geoffrey Frogeye
8edb670486
I could split this commit in more but I won't. The first commit in this repository said it would be the last legible one, and I haven't followed that, so YOLO.
17 lines
227 B
Nix
17 lines
227 B
Nix
{ pkgs, lib, config, ... }:
|
|
{
|
|
config = {
|
|
frogeye.name = "curacao";
|
|
};
|
|
imports = [
|
|
./backup
|
|
./co2meter
|
|
./dedup
|
|
./disko.nix
|
|
./features.nix
|
|
./hardware.nix
|
|
./homeautomation
|
|
./webcam
|
|
];
|
|
}
|