about summary refs log blame commit diff stats
path: root/modules/system/services/default.nix
blob: 76ef26e262ac33b061ba95f6e1768c7cc120fb20 (plain) (tree)
1
2
3
4
5
6
7
8
9
        
             
                  
         
            
           
                
         
             
                
              
             
           
              
         
    
{...}: {
  imports = [
    #./serverphone
    ./adb
    ./backup
    ./dconf
    ./fwupd
    ./issue_file
    ./nix
    ./openssh
    ./postgresql
    ./printing
    ./scanning
    ./snapper
    ./steam
    ./swaylock
    ./xdg
  ];
}