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