mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-28 08:14:58 +08:00
8 lines
196 B
Nix
8 lines
196 B
Nix
{
|
|
nix.settings.trusted-public-keys = [
|
|
# "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
|
];
|
|
nix.settings.substituters = [
|
|
# "https://hyprland.cachix.org"
|
|
];
|
|
}
|