hyprland: add hy3
This commit is contained in:
parent
c5e42d858b
commit
9e2ab640fd
4 changed files with 34 additions and 10 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue