diff --git a/flake.lock b/flake.lock index faa1526..76b55d7 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,25 @@ { "nodes": { + "Hyprspace": { + "inputs": { + "hyprland": [ + "hyprland" + ] + }, + "locked": { + "lastModified": 1726437584, + "narHash": "sha256-lMIFDORuyMYHtUPrRWU5WjGcS+ZMrR4/wBSO+sgUVSY=", + "owner": "KZDKM", + "repo": "Hyprspace", + "rev": "8f14fa2e10d24742d713f04c278bc7651037b74b", + "type": "github" + }, + "original": { + "owner": "KZDKM", + "repo": "Hyprspace", + "type": "github" + } + }, "alejandra": { "inputs": { "fenix": "fenix", @@ -853,6 +873,7 @@ }, "root": { "inputs": { + "Hyprspace": "Hyprspace", "alejandra": "alejandra", "catppuccin": "catppuccin", "catppuccin-bat": "catppuccin-bat", diff --git a/flake.nix b/flake.nix index 6fb2195..4946a28 100644 --- a/flake.nix +++ b/flake.nix @@ -15,9 +15,16 @@ nix-gaming.url = "github:fufexan/nix-gaming"; hyprland = { + # type = "git"; url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; + # submodules = true; inputs.nixpkgs.follows = "nixpkgs"; }; + + Hyprspace = { + url = "github:KZDKM/Hyprspace"; + inputs.hyprland.follows = "hyprland"; # Hyprspace uses latest Hyprland. We declare this to keep them in sync. + }; home-manager = { url = "github:nix-community/home-manager";