nixos/modules/system/default.nix
Florian RICHER 259cb74fd3
All checks were successful
check / check (push) Successful in 33s
Refactor: Rename hardware.* by category
Fix #5
2025-01-29 21:56:40 +01:00

14 lines
No EOL
143 B
Nix

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