hyprspace 1

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-04-11 18:22:48 +02:00
parent b070616b6b
commit 259a99eeb7
3 changed files with 108 additions and 6 deletions

View File

@@ -17,6 +17,22 @@
url = "github:hyprwm/hyprland-plugins";
inputs.hyprland.follows = "hyprland";
};
# hyprfocus = {
# url = "github:VortexCoyote/hyprfocus";
# inputs.hyprland.follows = "hyprland";
# };
Hyprspace = {
url = "github:KZDKM/Hyprspace";
inputs.hyprland.follows = "hyprland";
};
# hycov = {
# url = "github:DreamMaoMao/hycov";
# inputs.hyprland.follows = "hyprland";
# };
};
outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, ... }@inputs: