Files
nixos/modules/default.nix
T

7 lines
65 B
Nix

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