summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-01-23 12:37:54 -0500
committerFreya Murphy <freya@freyacat.org>2025-01-23 12:37:54 -0500
commit7bd1d5d4c7cc3cd545de91ae90879402fa2555bd (patch)
treeb4b49f42cc8995179669cf152bca617f33d53857
parentreconfigure hyprland (diff)
downloaddotfiles-nix-7bd1d5d4c7cc3cd545de91ae90879402fa2555bd.tar.gz
dotfiles-nix-7bd1d5d4c7cc3cd545de91ae90879402fa2555bd.tar.bz2
dotfiles-nix-7bd1d5d4c7cc3cd545de91ae90879402fa2555bd.zip
remove hyprland cachix
-rw-r--r--nix/programs/hypr/hyprland.nix5
1 files changed, 0 insertions, 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} = {