chore: adds hyswipe

This commit is contained in:
Ahwx 2024-10-12 13:07:44 +02:00
parent 2f0f170487
commit 8f96565a1d
2 changed files with 46 additions and 4 deletions

43
flake.lock generated
View file

@ -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=",

View file

@ -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";