aboutsummaryrefslogtreecommitdiffstats
path: root/modules/hm/sils/default.nix
blob: a3ff1ed02567552bf43cf877f4a31ca9198cc562 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{...}: {
  imports = [
    ./bat.nix
    ./direnv.nix
    ./etesync-dav.nix
    ./firefox
    ./foot.nix
    ./git.nix
    ./hyprland.nix
    ./jameica.nix
    ./kdeconnect.nix
    ./mail.nix
    ./nextcloud.nix
    ./sway.nix
    ./yt-dlp.nix
    ./zathura.nix
  ];
}