From 188d61885983948683e90f1b00e9445e6ac19b4c Mon Sep 17 00:00:00 2001 From: Corentin Rondier Date: Tue, 31 Jan 2023 17:20:25 +0100 Subject: [PATCH] Adds Hyprland (#608) Add to the manual sources Hyprwm/Hyprland (https://github.com/hyprwm/Hyprland) --- flakes/manual.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/flakes/manual.toml b/flakes/manual.toml index c1e122a..dec0738 100644 --- a/flakes/manual.toml +++ b/flakes/manual.toml @@ -142,4 +142,9 @@ repo = "filestash-nix" [[sources]] type = "github" owner = "nix-community" -repo = "nix-vscode-extensions" \ No newline at end of file +repo = "nix-vscode-extensions" + +[[sources]] +type = "github" +owner = "hyprwm" +repo = "hyprland"