flake.nix: add hyprsplit and hy3

a
This commit is contained in:
Charlie Root 2024-10-18 11:54:41 +02:00
commit eef68175cc
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
2 changed files with 51 additions and 0 deletions

View file

@ -39,6 +39,15 @@
url = "github:Duckonaut/split-monitor-workspaces";
inputs.hyprland.follows = "hyprland";
};
hyprsplit = {
url = "github:shezdy/hyprsplit";
inputs.hyprland.follows = "hyprland";
};
hy3 = {
url = "github:outfoxxed/hy3";
inputs.hyprland.follows = "hyprland";
};
# Treefmt provides formatting for all files in my flake.
treefmt-nix.url = "github:numtide/treefmt-nix";