all repos — dotfiles @ 10c3479d36cdf5650d5d2d8f8b4ce191528112af

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    ./alacritty.nix
13  ];
14
15  programs = {
16    gpg.enable = true;
17  };
18}