about summary refs log tree commit diff stats
path: root/services/default.nix
blob: 9b34a2e4767d27cbfa241c3845f9c8a6dccf3790 (plain) (blame)
1
2
3
4
5
6
{config, ...}: {
  imports = [
    ./printing
    ./nix
  ];
}