about summary refs log tree commit diff stats
path: root/sys/svcs/default.nix
blob: d4698310fce39ff05309d4450df954d20abb6072 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{...}: {
  imports = [
    ./backup
    ./dconf
    ./fwupd
    ./getty
    ./nix
    ./openssh
    ./postgresql
    ./printing
    ./scanning
    #./serverphone
    ./snapper
    ./steam
    ./swaylock
    ./xdg
  ];
}