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

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