From 846ec80d9f21ef3f23ec315ab93b92a87199a643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 28 Jul 2024 21:43:19 +0300 Subject: [PATCH] fwminex: +acpi --- hosts/fwminex/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index e3b3028..1f077d9 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -119,6 +119,7 @@ in { environment = { systemPackages = with pkgs; [ + acpi age-plugin-yubikey ]; };