Files
nix-config/modules/nixos/desktop/default.nix
2024-08-26 20:56:45 +08:00

10 lines
151 B
Nix

{
mylib,
lib,
...
}: {
imports = mylib.scanPaths ./.;
boot.loader.timeout = lib.mkForce 10; # wait for x seconds to select the boot entry
}