From 4bdee7a33fe52990a31c3e91e4a2d6a60e389221 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 12 Aug 2023 18:30:06 +0900 Subject: feat(home): add helix as overlay --- nixos/modules/cachix/caches/helix.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nixos/modules/cachix/caches/helix.nix (limited to 'nixos/modules/cachix') diff --git a/nixos/modules/cachix/caches/helix.nix b/nixos/modules/cachix/caches/helix.nix new file mode 100644 index 0000000..7783a96 --- /dev/null +++ b/nixos/modules/cachix/caches/helix.nix @@ -0,0 +1,12 @@ +{ config, lib, ... }: + +{ + nix.settings = { + substituters = [ + "https://helix.cachix.org" + ]; + trusted-public-keys = [ + "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs=" + ]; + }; +} -- cgit 1.4.1