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