Disable hyprland flake

This commit is contained in:
Isshi0417 2024-07-18 17:20:47 +09:00
parent bd17541724
commit 562b5f3da0

View File

@ -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: