From 7bd1d5d4c7cc3cd545de91ae90879402fa2555bd Mon Sep 17 00:00:00 2001
From: Freya Murphy <freya@freyacat.org>
Date: Thu, 23 Jan 2025 12:37:54 -0500
Subject: [PATCH] remove hyprland cachix

---
 nix/programs/hypr/hyprland.nix | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/nix/programs/hypr/hyprland.nix b/nix/programs/hypr/hyprland.nix
index 9d3f069..4889673 100644
--- a/nix/programs/hypr/hyprland.nix
+++ b/nix/programs/hypr/hyprland.nix
@@ -43,11 +43,6 @@ in
     ];
   };
 
-  nix.settings = {
-    substituters = ["https://hyprland.cachix.org"];
-    trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkGc="];
-  };
-
   programs.xwayland.enable = true;
 
   home-manager.users.${config.user} = {