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: 9b90a5382e2d794a41449ae506184e9c0a4ec697 (
plain
) (
blame
)
1
2
3
4
5
{
...
}:
{
imports
=
[
./hardware.nix
];
boot
.
loader
.
timeout
=
5
;
}