We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 048c7bb + c13241f commit a65b650Copy full SHA for a65b650
framework/16-inch/common/default.nix
@@ -8,12 +8,6 @@
8
../../framework-tool.nix
9
];
10
11
- # Fix TRRS headphones missing a mic
12
- # https://community.frame.work/t/headset-microphone-on-linux/12387/3
13
- boot.extraModprobeConfig = lib.mkIf (lib.versionOlder config.boot.kernelPackages.kernel.version "6.6.8") ''
14
- options snd-hda-intel model=dell-headset-multi
15
- '';
16
-
17
# For fingerprint support
18
services.fprintd.enable = lib.mkDefault true;
19
0 commit comments