flake.nix: add hyprsplit and hy3
a
This commit is contained in:
parent
e4dbb2188f
commit
eef68175cc
2 changed files with 51 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue