summary refs log tree commit diff stats
path: root/sys/services/default.nix
blob: 15e42992a94b521573d10a0b52d389895870a1db (plain) (blame)
1
2
3
4
5
6
7
{...}: {
  imports = [
    ./fwupd
    ./logind
    ./printing
  ];
}