flake: remove hyprland since it's in nixpkgs now

This commit is contained in:
2023-07-21 21:27:26 +02:00
parent e039610163
commit 19b91aebd9
3 changed files with 6 additions and 16 deletions

View File

@@ -166,8 +166,6 @@
nix = { # Nix Package Manager settings
settings ={
auto-optimise-store = true; # Optimise syslinks
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
};
gc = { # Automatic garbage collection
automatic = true;