From 92a41608af43b528e056e29d5078168d23d4b910 Mon Sep 17 00:00:00 2001 From: "Chinmay D. Pai" Date: Mon, 23 Sep 2024 11:52:12 +0530 Subject: [PATCH] flake: add hyprland input as comment Signed-off-by: Chinmay D. Pai --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 3099b91..585855a 100644 --- a/flake.nix +++ b/flake.nix @@ -88,6 +88,9 @@ home-manager.url = "github:nix-community/home-manager"; home-manager.inputs.nixpkgs.follows = "nixpkgs"; + # NOTE: enable this to make hyprland work + # hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; + lanzaboote.url = "github:nix-community/lanzaboote"; lanzaboote.inputs.nixpkgs.follows = "nixpkgs";