From 562b5f3da0d54d7ea1e94d392f0b1b1b61349cc9 Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Thu, 18 Jul 2024 17:20:47 +0900 Subject: [PATCH] Disable hyprland flake --- flake.nix | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/flake.nix b/flake.nix index 9f7510b..413bb5c 100644 --- a/flake.nix +++ b/flake.nix @@ -17,32 +17,6 @@ url = "github:ezKEa/aagl-gtk-on-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; - - hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; - - hyprland-plugins = { - url = "github:hyprwm/hyprland-plugins"; - inputs.hyprland.follows = "hyprland"; - }; - - hyprland-hyprspace = { - url = "github:KZDKM/Hyprspace"; - inputs.hyprland.follows = "hyprland"; - }; - - matugen.url = "github:InioX/matugen?ref=v2.2.0"; - ags.url = "github:Aylur/ags"; - astal.url = "github:Aylur/astal"; - - lf-icons = { - url = "github:gokcehan/lf"; - flake = false; - }; - - firefox-gnome-theme = { - url = "github:rafaelmardojai/firefox-gnome-theme"; - flake = false; - }; }; outputs = { self, nixpkgs, ... }@inputs: