nix-conf/modules/nixos/default.nix
2024-04-10 23:16:46 +05:30

12 lines
155 B
Nix

{lib, ...}: {
imports = [
./bluetooth
./bootloader
./filesystem
./fonts
./hardware
./kernel
./locale
./networking
];
}