From 6aad42077729750f0bc538c6d7bf3e483f2eb0ac Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Thu, 28 Mar 2024 20:00:15 +0100 Subject: treewide: remove hyprland input --- flake.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e41fe15..1d9ae13 100644 --- a/flake.nix +++ b/flake.nix @@ -142,10 +142,6 @@ url = "git+https://git.project-insanity.org/onny/wl-togglescreens.git?ref=main"; inputs.nixpkgs.follows = "nixpkgs"; }; - hyprland = { - url = "github:hyprwm/hyprland"; - inputs.systems.follows = "systems"; - }; }; #}}} outputs = { @@ -161,7 +157,6 @@ flake-utils, agenix, ragenix, - hyprland, ... } @ attrs: flake-utils.lib.eachDefaultSystem (system: let @@ -210,7 +205,6 @@ flake-utils agenix ragenix - hyprland ; }; }; -- cgit 1.4.1