mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-07 21:21:09 +01:00
13 lines
226 B
Nix
13 lines
226 B
Nix
|
|
{
|
|
nix = {
|
|
settings = {
|
|
substituters = [
|
|
"https://nixvim.cachix.org"
|
|
];
|
|
trusted-public-keys = [
|
|
"nixvim.cachix.org-1:8xrm/43sWNaE3sqFYil49+3wO5LqCbS4FHGhMCuPNNA="
|
|
];
|
|
};
|
|
};
|
|
}
|