NixOS on the Framework Laptop 16

For the fingerprint reader I did nothing special, I enabled the fprintd service.

services.fprintd.enable = true;

then I enrolled

sudo fprintd-enroll $USER

I’ve also done nothing special with power management. The recommendation from framework is to use power profiles daemon. (I was hoping to use TLP, but for now I’ve just set the battery max to 80 in the bios).

services.power-profiles-daemon.enable = true; 

I’ll have to get back to you on the dgpu stuff when I have a little more time.

2 Likes