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