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: 3af5cc8adef5cb3d7cb62b0cebe6df618af5b86e (
plain
)
1
2
3
4
5
6
{
inputs
,
outputs
,
...
}:
{
imports
=
[
./locale.nix
];
}