mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 15:34:13 +01:00
8 lines
153 B
Nix
8 lines
153 B
Nix
{lib, ...}: {
|
|
imports = [
|
|
../base
|
|
../../base.nix
|
|
];
|
|
boot.loader.timeout = lib.mkDefault 3; # wait for 3 seconds to select the boot entry
|
|
}
|