nixos/modules/default.nix

10 lines
No EOL
97 B
Nix

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