From 8f96565a1d11e9f5503a2ace5b294756df424794 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 12 Oct 2024 13:07:44 +0200 Subject: [PATCH] chore: adds hyswipe --- flake.lock | 43 ++++++++++++++++++++++++++++++++++++++++--- flake.nix | 7 ++++++- 2 files changed, 46 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 76b55d7..b29a933 100644 --- a/flake.lock +++ b/flake.lock @@ -20,6 +20,27 @@ "type": "github" } }, + "Hyswipe": { + "inputs": { + "hyprland": [ + "hyprland" + ], + "systems": "systems" + }, + "locked": { + "lastModified": 1728710511, + "narHash": "sha256-sYvOEYoqvXikOqUN2sbhvUfAqHRo/gVV9kWK5RakVDo=", + "owner": "KZDKM", + "repo": "Hyswipe", + "rev": "360f34ea38049e0ff48473a737e1ec6858d30e1a", + "type": "github" + }, + "original": { + "owner": "KZDKM", + "repo": "Hyswipe", + "type": "github" + } + }, "alejandra": { "inputs": { "fenix": "fenix", @@ -224,7 +245,7 @@ }, "flake-utils": { "inputs": { - "systems": "systems_3" + "systems": "systems_4" }, "locked": { "lastModified": 1701680307, @@ -412,7 +433,7 @@ "nixpkgs": [ "nixpkgs" ], - "systems": "systems", + "systems": "systems_2", "xdph": "xdph" }, "locked": { @@ -517,7 +538,7 @@ "hyprutils": "hyprutils_2", "hyprwayland-scanner": "hyprwayland-scanner_2", "nixpkgs": "nixpkgs_3", - "systems": "systems_2" + "systems": "systems_3" }, "locked": { "lastModified": 1727630712, @@ -874,6 +895,7 @@ "root": { "inputs": { "Hyprspace": "Hyprspace", + "Hyswipe": "Hyswipe", "alejandra": "alejandra", "catppuccin": "catppuccin", "catppuccin-bat": "catppuccin-bat", @@ -935,6 +957,21 @@ } }, "systems_3": { + "locked": { + "lastModified": 1689347949, + "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", + "owner": "nix-systems", + "repo": "default-linux", + "rev": "31732fcf5e8fea42e59c2488ad31a0e651500f68", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default-linux", + "type": "github" + } + }, + "systems_4": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", diff --git a/flake.nix b/flake.nix index 4946a28..aee1bc9 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,12 @@ url = "github:KZDKM/Hyprspace"; inputs.hyprland.follows = "hyprland"; # Hyprspace uses latest Hyprland. We declare this to keep them in sync. }; - + + Hyswipe = { + url = "github:KZDKM/Hyswipe"; + inputs.hyprland.follows = "hyprland"; # Hyswipe uses latest Hyprland. We declare this to keep them in sync. + }; + home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs";