about summary refs log blame commit diff stats
path: root/services/default.nix
blob: 27e5086fb01029bc1cce26f03b421650a319b5f6 (plain) (tree)
1
2
3
4
5
6
7





                           
{config, ...}: {
  imports = [
    ./zsh/zsh.nix
    ./printing/printing.nix
    ./nix/nix.nix
  ];
}