aboutsummaryrefslogtreecommitdiffstats
path: root/modules/hm/sils/default.nix
blob: c29871530ad1d31a7a938e9d064b0b1da556819f (plain) (blame)
1
2
3
4
5
6
7
8
{...}: {
  imports = [
    ./firefox
    ./jameica.nix
    ./mail.nix
    ./zathura.nix
  ];
}