This commit is contained in:
2024-12-31 13:45:35 +02:00
parent 128dee5de7
commit 76a96ff17b
9 changed files with 464 additions and 54 deletions

View File

@@ -10,8 +10,14 @@
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings = {
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
substituters = [
"https://hyprland.cachix.org"
"https://ghostty.cachix.org"
];
trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"ghostty.cachix.org-1:QB389yTa6gTyneehvqG58y0WnHjQOqgnA+wBnpWWxns="
];
};
}