From 83cb15e6ccceeca7c33b0f385db9633e6e271342 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 31 Jan 2024 17:52:40 +0900 Subject: [PATCH] re-add the Hyprland flake --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 49450832..087e3ae2 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,6 @@ home-manager.inputs.nixpkgs.follows = "nixpkgs"; # Nix colorizer / themer stylix.url = "github:danth/stylix/release-23.11"; - # lanzaboote - Secureboot Configuration lanzaboote.url = "github:nix-community/lanzaboote"; lanzaboote.inputs.nixpkgs.follows = "nixpkgs"; @@ -44,6 +43,9 @@ # compose2nix - Convert docker-compose.yml files to nix syntax compose2nix.url = "github:aksiksi/compose2nix"; compose2nix.inputs.nixpkgs.follows = "nixpkgs"; + # Hyprland Flake + hyprland.url = "github:hyprwm/Hyprland"; + }; outputs = { self, nixpkgs, nixpkgs-unstable, nixpkgs-wayland, home-manager, lanzaboote, nur, sops-nix, doom-emacs, nixos-generators, deploy-rs, ... } @inputs: