Files
2026-05-02 12:52:08 +02:00

9 lines
107 B
Nix

{ ... }:
{
imports=[
./hardware/default.nix
./misc/default.nix
./packages/default.nix
];
}