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