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