diff options
author | Freya Murphy <freya@freyacat.org> | 2025-01-23 12:37:54 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-01-23 12:37:54 -0500 |
commit | 7bd1d5d4c7cc3cd545de91ae90879402fa2555bd (patch) | |
tree | b4b49f42cc8995179669cf152bca617f33d53857 /nix | |
parent | reconfigure hyprland (diff) | |
download | dotfiles-nix-7bd1d5d4c7cc3cd545de91ae90879402fa2555bd.tar.gz dotfiles-nix-7bd1d5d4c7cc3cd545de91ae90879402fa2555bd.tar.bz2 dotfiles-nix-7bd1d5d4c7cc3cd545de91ae90879402fa2555bd.zip |
remove hyprland cachix
Diffstat (limited to 'nix')
-rw-r--r-- | nix/programs/hypr/hyprland.nix | 5 |
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} = { |