Skip to content

Commit 2a76e12

Browse files
authored
Merge pull request NixOS#351 from Mic92/x13
x13: fix loading psmouse
2 parents 3f92db3 + b166aab commit 2a76e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lenovo/thinkpad/x13/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
];
99

1010
# Somehow psmouse does not load automatically on boot for me
11-
boot.kernelModules = [ "psmouse" ];
11+
boot.initrd.kernelModules = [ "psmouse" ];
1212
}

0 commit comments

Comments
 (0)