From db1ef4d4188e8a2b0631d8763dbcf9efb5f7e722 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 13 May 2024 10:18:35 -0400 Subject: [PATCH] nix: remove hyprland overlay --- modules/nix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nix.nix b/modules/nix.nix index 4935fa5..d8e0f20 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -4,11 +4,9 @@ inputs.nur.overlay inputs.helix.overlays.default inputs.yazi.overlays.default - inputs.hyprland.overlays.default inputs.hypridle.overlays.default inputs.hyprlock.overlays.default inputs.hyprpicker.overlays.default - inputs.hyprcursor.overlays.default inputs.atuin.overlays.default inputs.eww.overlays.default ]; @@ -31,6 +29,7 @@ }; nix = { + channel.enable = false; settings = { extra-experimental-features = ["flakes" "nix-command"]; warn-dirty = false; @@ -38,6 +37,7 @@ builders-use-substitutes = true; keep-outputs = true; keep-derivations = true; + flake-registry = "/etc/nix/registry.json"; allowed-users = ["@wheel"]; trusted-users = ["root" "@wheel"]; substituters = [