flake.nix: hyprland plugins re-inited

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-06-13 13:11:10 +03:00
parent b054acd029
commit 565ab75a64
No known key found for this signature in database

View file

@ -135,7 +135,7 @@
url = "github:hyprwm/Hyprland";
};
hyprland-plugins = {
hyprplugs = {
url = "github:hyprwm/hyprland-plugins";
inputs = {
hyprland = {
@ -144,6 +144,15 @@
};
};
hyprsplit = {
url = "github:Duckonaut/split-monitor-workspaces";
inputs = {
hyprland = {
follows = "hyprland";
};
};
};
hyprpanel = {
url = "github:Jas-SinghFSU/HyprPanel";
inputs = {
@ -153,6 +162,42 @@
};
};
hypremot = {
url = "github:zakk4223/hyprland-easymotion";
inputs = {
nixpkgs = {
follows = "nixpkgs";
};
};
};
hyprcurs = {
url = "github:VirtCode/hypr-dynamic-cursors";
inputs = {
nixpkgs = {
follows = "nixpkgs";
};
};
};
hyprspace = {
url = "github:KZDKM/Hyprspace";
inputs = {
nixpkgs = {
follows = "nixpkgs";
};
};
};
hyprgrass = {
url = "github:horriblename/hyprgrass";
inputs = {
nixpkgs = {
follows = "nixpkgs";
};
};
};
spicetify-nix = {
url = "github:Gerg-L/spicetify-nix";
inputs = {