Files
nixos/modules/default.nix
T
2025-02-07 22:13:20 +01:00

8 lines
66 B
Nix

{ ... }:
{
imports = [
./environments
./hardware
];
}