summaryrefslogtreecommitdiff
path: root/nix/programs/hypr/hyprland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/programs/hypr/hyprland.nix')
-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} = {