nixos/modules/system/default.nix

13 lines
No EOL
130 B
Nix

{ ... }:
{
imports = [
./apps
./desktop
./hardware
./server
# Common configuration
./common.nix
];
}