flake.nix: hyprland plugins re-inited
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
b054acd029
commit
565ab75a64
1 changed files with 46 additions and 1 deletions
47
flake.nix
47
flake.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue