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

14 lines
189 B
Nix

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