mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-12-12 21:55:19 +01:00
7 lines
62 B
Nix
7 lines
62 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./hardware
|
|
./services
|
|
];
|
|
}
|