aboutsummaryrefslogtreecommitdiff
path: root/modules/default.nix
blob: 239ac18d55a2bf56229ca1a309e8b19ef0cda750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ pkgs, lib, ... }: {
  imports = [
    ./git.nix
    ./zsh.nix
    ./foot.nix
    ./sway.nix
    ./tmux.nix
    ./emacs.nix
    ./waybar.nix
    ./nextcloud.nix
    ./spicetify.nix
    ./zathura.nix
    ./vscode.nix
    ./chromium.nix
    ./nixcord.nix
    ./wezterm.nix
    ./firefox.nix
    ./nvf.nix
    ./aerospace.nix
    ./dunst.nix
    ./gpg.nix
  ];
}