zaphyra's git: nixfiles

zaphyra's nixfiles

commit 1c29477684d8baf49c66f4a8541fd65b0fda6ce5
parent 4fee858816a55de10fe65a7a260236328924a67b
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Sun, 26 Oct 2025 13:19:16 +0100

hosts/huntii: disable `fprintd`
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/hosts/huntii/default.nix b/hosts/huntii/default.nix
@@ -58,9 +58,6 @@
         hardware = {
           video.intel.enable = true;
           cpu.updateMicrocode = true;
-          fprint.enable = true;
-          fprint.disableOnLidClose = true;
-
           quirks.thinkpad.enable = true;
         };