From 1c7f6905007ded6020545797d3efe2924ef9669b Mon Sep 17 00:00:00 2001 From: Maaz Khokhar Date: Sun, 21 Jun 2026 22:23:47 -0500 Subject: [PATCH] configu --- hosts/laptop/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index ef970fb..b659cac 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -52,6 +52,7 @@ environment.systemPackages = with pkgs; [ tpm2-tools brave + fprintd # Fingerprint ]; system.stateVersion = "26.05";