Add fingerprint reader stuff and framework default hardware profile.

Compilation fix.

Compilation fix.

Compilation fix.

Compilation fix.
This commit is contained in:
jay
2025-07-17 21:21:23 +00:00
parent 256fbf7bca
commit ffa8781759
6 changed files with 40 additions and 7 deletions

View File

@@ -2,15 +2,16 @@
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ ... }:
{ inputs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
inputs.nixos-hardware.nixosModules.framework-16-7040-amd
./programs/sof-firmware.nix
# Not working yet.
#./services/fprintd.nix
./services/fprintd.nix
./services/touchpad.nix
./system/bootloader.nix
./system/filesystems.nix