Still building, not sure it'll work, but it's at least building so let's roll with it.
3 lines
61 B
Nix
3 lines
61 B
Nix
{ config, lib, pkgs, ... }: {
|
|
myModules.pi.enable = true;
|
|
}
|