all repos — dotfiles @ a6505b21cb3fddde7f6c0dad13c04739e6cbe6ee

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}