hyprspace 1
This commit is contained in:
16
flake.nix
16
flake.nix
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user