summary refs log tree commit diff stats
path: root/sys/services/default.nix
blob: d5e9f2a1309e177c0c1f3132846c8afd5217d770 (plain) (blame)
1
2
3
4
5
6
{...}: {
  imports = [
    ./flatpak
    ./fwupd
  ];
}