nixos/modules/default.nix
2024-05-27 22:23:32 +02:00

9 lines
No EOL
86 B
Nix

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