nixos/modules/system/default.nix

9 lines
No EOL
88 B
Nix

{ config, pkgs, ... }:
{
imports = [
./desktop
./hardware
./server
];
}