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