liminix-fork/vanilla-configuration-hw.nix
Daniel Barlow 5eeb277564 move output module imports example -> device
The outputs available are a characteristic of the device, not
the example.
2023-12-10 16:38:53 +00:00

6 lines
64 B
Nix

{ ... }:
{
imports = [
./vanilla-configuration.nix
];
}