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