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