nixos-dotfiles/ultrapc/cachix/helix.nix
Alex Stan 4f001d4ba0 Move the files for ultrapc into a separate directory
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
2023-03-25 09:27:36 +02:00

13 lines
224 B
Nix

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