aboutsummaryrefslogtreecommitdiffstats
path: root/modules/hm/sils/default.nix
blob: 675500f76a0949576b1742fc060b39e411fd7096 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{...}: {
  imports = [
    ./bat.nix
    ./direnv.nix
    ./etesync-dav.nix
    ./fd.nix
    ./fastfetch.nix
    ./firefox
    ./foot.nix
    ./ghostty.nix
    ./git.nix
    ./hyfetch.nix
    ./hyprland.nix
    ./iamb.nix
    ./jameica.nix
    ./kdeconnect.nix
    ./mail.nix
    ./nextcloud.nix
    ./poweralertd
    ./sway.nix
    ./swaync
    ./theming.nix
    ./vscodium.nix
    ./wofi
    ./yt-dlp.nix
    ./zathura.nix
    ./zellij.nix
  ];
}