Skip to content

Commit d2e281a

Browse files
committed
feat(hardware/fw16): enable the inputmodule
1 parent efc7131 commit d2e281a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hardware/fw16.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@
2525

2626
# ----
2727
# Custom stuff here
28+
2829
# Framework updater
2930
services.fwupd.enable = true;
3031
# For the Windows dualboot.
3132
time.hardwareClockInLocalTime = true;
33+
# Input module
34+
hardware.framework.inputmodule.enable = true;
3235
}

0 commit comments

Comments
 (0)