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