nixos-dotfiles/cachix/helix.nix
Alex Stan 45174312aa initial commit
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
2023-03-25 09:20:16 +02:00

13 lines
224 B
Nix

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