summaryrefslogtreecommitdiff
path: root/home/pkgs/default.nix
blob: da42672bf2a1391f33b0f4481147921b9ef24529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ pkgs }:

{
  barista = pkgs.callPackage ./barista {};
  lockscreen = pkgs.callPackage ./lockscreen {};
  
  firefoxPackages = import ./firefoxPackages { inherit pkgs; };
  fontMetadata = import ./fontMetadata { inherit pkgs; };
  gitignore = import ./gitignore { inherit pkgs; };
  icons = import ./icons { inherit pkgs; };

  lib = import ./lib { inherit pkgs; };
}