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: 9b34a2e4767d27cbfa241c3845f9c8a6dccf3790 (
plain
) (
blame
)
1
2
3
4
5
6
{
config
,
...
}:
{
imports
=
[
./printing
./nix
];
}