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