index
:
nixos-personal
master
My personal NixOS configuration
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
modules
/
hardware.nix
blob: d6bbd949712108bd0c8a1a017a5f987e0b02ac26 (
plain
)
1
2
3
4
5
6
7
8
9
10
11
12
{
config
,
lib
,
pkgs
,
...
}:
with
lib
;
{
options
=
{
};
config
=
{
};
}