blob: 7615ba17d4a4fbcfd87ac2e6b3703f5b460bb607 [file] [log] [blame]
{ pkgs, ... }: {
config.nix.settings = {
substituters = [
"https://nix-community.cachix.org"
"https://collabora.cachix.org"
"https://nixfiles.cachix.org"
"https://cache.nixos.org"
];
trusted-public-keys = [
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
"collabora.cachix.org-1:e5DYzGux57BzidOmwCJ7NJgydrumaTWtVXdswnerMoU="
"nixfiles.cachix.org-1:QGVJNd+0aetjzU5l/MXrVg2adcrm9+8eL0HhIft3F+c="
];
};
home.home.packages = [ pkgs.cachix ];
}