From 416796c6508608ac26133105a75310101980643b Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 5 Feb 2024 13:33:15 +0900 Subject: [PATCH] Remove Hyprland flake --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5a07dc05..19dcdfd1 100644 --- a/flake.nix +++ b/flake.nix @@ -43,8 +43,6 @@ # compose2nix - Convert docker-compose.yml files to nix syntax compose2nix.url = "github:aksiksi/compose2nix"; compose2nix.inputs.nixpkgs.follows = "nixpkgs"; - # Hyprland Flake - hyprland.url = "github:hyprwm/Hyprland"; };