summaryrefslogtreecommitdiffstats
path: root/modules/hm/sils/default.nix
blob: 09fc9119fd799a76ca15e455c85398609e8e0e46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{...}: {
  imports = [
    ./bat.nix
    ./firefox
    ./jameica.nix
    ./kdeconnect.nix
    ./mail.nix
    ./zathura.nix
  ];
}