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