index
:
nixos
main
Unified NixOS configuration for all my devices
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hosts
/
common
/
global
/
default.nix
blob: a60c4125c0c1d6eb86db4b10f3b4fefe42c33f7d (
plain
)
1
2
3
4
5
6
7
{
inputs
,
outputs
,
...
}:
{
imports
=
[
./locale.nix
./keyboard.nix
];
}