nix-config/modules/essentials/default.nix

9 lines
138 B
Nix

{ pkgs, ... }: {
imports = [
./bootloader.nix
./environment.nix
./hardware_config.nix
./locale.nix
./nix.nix
];
}