From 63134d36751eca5c4566c6dd8d7755cb05125792 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Wed, 16 Oct 2024 08:58:12 +0200 Subject: [PATCH] fix(hypr): Fixed `wayland.windowManager.hyprland` not using hyprland input --- de/hypr/default.nix | 1 + flake.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/de/hypr/default.nix b/de/hypr/default.nix index ae01692..6c91e6e 100644 --- a/de/hypr/default.nix +++ b/de/hypr/default.nix @@ -70,6 +70,7 @@ wayland.windowManager.hyprland = { enable = true; + package = inputs.hyprland.packages.${pkgs.system}.hyprland; extraConfig = builtins.readFile ./hyprland.conf; plugins = [inputs.hy3.packages.${pkgs.system}.hy3]; }; diff --git a/flake.lock b/flake.lock index 4a3fac8..436f7c2 100644 --- a/flake.lock +++ b/flake.lock @@ -225,6 +225,7 @@ "locked": { "lastModified": 1728142617, "narHash": "sha256-ramJ6G9bKYuZshtYRc0olhtN89bP9i4BDhhTU0E0cLc=", + "ref": "refs/heads/main", "rev": "0ec6072a290051a03ab66cfb9bc616b2f5540e64", "revCount": 5298, "type": "git",