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