aboutsummaryrefslogtreecommitdiffstats
path: root/modules/hm/sils/default.nix
blob: 03cfaefe80841499225d27030dd461d9256bd616 (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
{...}: {
  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
    ./sway.nix
    ./theming.nix
    ./yt-dlp.nix
    ./zathura.nix
    ./zellij.nix
  ];
}