mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 00:33:09 +02:00
1500c1a833
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
13 lines
224 B
Nix
13 lines
224 B
Nix
|
|
{
|
|
nix = {
|
|
settings = {
|
|
substituters = [
|
|
"https://helix.cachix.org"
|
|
];
|
|
trusted-public-keys = [
|
|
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
|
|
];
|
|
};
|
|
};
|
|
}
|