From 16b152a6ffe493cdd1b03b626bfb53ff2ea02991 Mon Sep 17 00:00:00 2001 From: derped Date: Wed, 21 Feb 2024 21:35:45 +0100 Subject: [PATCH] Add hyprland and hy3 as inputs. --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/flake.nix b/flake.nix index 32349f7..ba66445 100644 --- a/flake.nix +++ b/flake.nix @@ -9,6 +9,14 @@ url = "github:kamadorueda/alejandra/3.0.0"; inputs.nixpkgs.follows = "nixpkgs"; }; + hyprland = { + url = "github:hyprwm/Hyprland"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + hy3 = { + url = "github:outfoxxed/hy3"; + inputs.hyprland.follows = "hyprland"; + }; mailserver.url = "gitlab:/simple-nixos-mailserver/nixos-mailserver"; sops-nix = { url = "github:Mic92/sops-nix";