mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-01-10 19:09:46 +01:00
x13: fix loading psmouse
This commit is contained in:
parent
eafbea9efd
commit
b166aab83e
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@
|
|||
];
|
||||
|
||||
# Somehow psmouse does not load automatically on boot for me
|
||||
boot.kernelModules = [ "psmouse" ];
|
||||
boot.initrd.kernelModules = [ "psmouse" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue