mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +00:00
15 lines
210 B
Nix
15 lines
210 B
Nix
{lib, ...}: {
|
|
imports = [
|
|
./bluetooth
|
|
./bootloader
|
|
./display-manager
|
|
./filesystem
|
|
./fonts
|
|
./hardware
|
|
./kernel
|
|
./locale
|
|
./networking
|
|
./sound
|
|
./virtualisation
|
|
];
|
|
}
|