nixos/modules/default.nix

10 lines
No EOL
102 B
Nix

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