mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-05 08:43:08 +02:00
14 lines
224 B
Nix
14 lines
224 B
Nix
|
|
||
|
{
|
||
|
nix = {
|
||
|
settings = {
|
||
|
substituters = [
|
||
|
"https://helix.cachix.org"
|
||
|
];
|
||
|
trusted-public-keys = [
|
||
|
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
|
||
|
];
|
||
|
};
|
||
|
};
|
||
|
}
|