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

18 lines
248 B
Nix

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