nixos-dotfiles/hosts/titan/cachix/helix.nix

14 lines
224 B
Nix
Raw Normal View History

{
nix = {
settings = {
substituters = [
"https://helix.cachix.org"
];
trusted-public-keys = [
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
];
};
};
}