index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
default.nix
blob: 4de96e62c48885e493dfff379ac1201d44c91361 (
plain
) (
blame
)
1
2
3
4
5
6
{
config
,
...
}:
{
imports
=
[
./printing/printing.nix
./nix/nix.nix
];
}