Files
nix-config/system/default.nix

16 lines
170 B
Nix
Raw Normal View History

2025-07-05 00:02:39 +02:00
{
imports = [
./boot
./desktop
./dev
./hardware
./i18n
2026-03-26 22:30:44 +01:00
./misc.nix
2025-07-05 00:02:39 +02:00
./network
./packages
./security
./services
./users
];
}