mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-13 00:49:44 +00:00
12 lines
155 B
Nix
12 lines
155 B
Nix
{lib, ...}: {
|
|
imports = [
|
|
./bluetooth
|
|
./bootloader
|
|
./filesystem
|
|
./fonts
|
|
./hardware
|
|
./kernel
|
|
./locale
|
|
./networking
|
|
];
|
|
}
|