mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-14 00:59:44 +00:00
17 lines
238 B
Nix
17 lines
238 B
Nix
{lib, ...}: {
|
|
imports = [
|
|
./bluetooth
|
|
./bootloader
|
|
./display-manager
|
|
./editor
|
|
./filesystem
|
|
./fonts
|
|
./hardware
|
|
./kernel
|
|
./locale
|
|
./networking
|
|
./packages
|
|
./sound
|
|
./virtualisation
|
|
];
|
|
}
|