nixos-config/modules/nixos/default.nix

9 lines
No EOL
83 B
Nix
Executable file

{ config, ... }:
{
imports = [
./programs
./services
./system
];
}