all repos — dotfiles @ 3babd1e0f672799c603fc65323c7cca799ea111e

my *nix dotfiles

nix/programs/default.nix (view raw)

 1{ config
 2, pkgs
 3, self
 4, ...
 5}:
 6
 7{
 8
 9  imports = [
10    ./chromium.nix
11    ./firefox.nix
12    ./common.nix
13  ];
14
15  programs = {
16    mbsync.enable = true;
17    gpg.enable = true;
18  };
19}