index
:
nixos-config
this commit
animdl
containers
emacs_lsp
emacsoverlay
master
new_readme
My Personal Nix/NixOS Configuration.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hardware
/
pc
/
default.nix
blob: 15d6b761b19b4ce6ec55b5c7886bb934b485cf5b (
plain
) (
blame
)
1
2
3
4
5
6
{
...
}:
{
imports
=
[
./hardware.nix
];
boot
.
loader
.
timeout
=
5
;
}