all repos — dotfiles @ 94108dfbd9c34cfb2f895b850810cd27a1f4f445

my *nix dotfiles

programs/default.nix (view raw)

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