diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 ; }; }; |
