aboutsummaryrefslogtreecommitdiff
path: root/modules/home-manager/default.nix
blob: 9580c84cac4bd0bc50f9f09a1bc8e9f219469220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ ... }:

{
  imports = [
    ./git.nix
    ./zsh.nix
    ./tmux.nix
    ./neovim.nix
    ./zathura.nix
    ./vscode.nix
    ./gpg.nix
    ./nixcord.nix
  ];
}