summaryrefslogtreecommitdiff
path: root/modules/programs/default.nix
blob: ae1670ae41fcb8eac9444e9dd003479e63764d22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  imports = [
    ./gnupg.nix
    ./mosh.nix
    ./nh.nix
  ];

  programs = {
    fish.enable = true;
    mtr.enable = true;
    dconf.enable = true;
    ssh.startAgent = false;
    ccache.enable = true;
    nix-index-database.comma.enable = true;
  };
}