hyprland: add hy3

This commit is contained in:
Charlie Root 2024-10-01 16:08:11 +02:00
commit 9e2ab640fd
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
4 changed files with 34 additions and 10 deletions

View file

@ -26,7 +26,7 @@
};
# Hyprland, my main compositor
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
hyprland.url = "github:hyprwm/Hyprland";
# Plugins for hyprland
hyprland-plugins = {
@ -40,6 +40,12 @@
inputs.hyprland.follows = "hyprland";
};
# much better than sway
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";