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