nixos/modules/system/default.nix
Florian RICHER c8d1f9f65a
All checks were successful
check / check (push) Successful in 34s
Refactor: Rename system.server -> system.services
Fix #6
2025-01-29 20:05:56 +01:00

13 lines
No EOL
132 B
Nix

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