aboutsummaryrefslogtreecommitdiff
path: root/modules/home-manager/default.nix
blob: 48050a4626e095c35c8d14308025fc00a2c3aaa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ ... }:

{
  imports = [
    ./git.nix
    ./zsh.nix
    ./tmux.nix
    ./neovim/default.nix
    ./zathura.nix
    ./vscode.nix
    ./gpg.nix
    ./nixcord.nix
    ./foot.nix
    ./dev.nix
    ./sway.nix
    ./waybar.nix
    ./firefox.nix
    ./spicetify.nix
  ];
}