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