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
/
system
/
services
/
default.nix
blob: 36cf9763e13ac8dff95c5de2d3e73fe4e784f2f8 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
{
config
,
...
}:
{
imports
=
[
./printing
./nix
./snapper
./dconf
./openssh
];
}