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