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

7 lines
82 B
Nix

{lib, ...}: {
imports = [
./bootloader
./filesystem
./kernel
];
}