nix-conf/modules/nixos/default.nix
2024-04-11 10:22:48 +05:30

17 lines
238 B
Nix

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