mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2025-02-21 23:30:02 +00:00
18 lines
248 B
Nix
18 lines
248 B
Nix
{lib, ...}: {
|
|
imports = [
|
|
./bluetooth
|
|
./bootloader
|
|
./display-manager
|
|
./editor
|
|
./filesystem
|
|
./fonts
|
|
./hardware
|
|
./kernel
|
|
./locale
|
|
./networking
|
|
./packages
|
|
./sound
|
|
./ssh
|
|
./virtualisation
|
|
];
|
|
}
|