Slight modifications

This commit is contained in:
2026-02-17 23:32:48 +01:00
parent abd6b338af
commit af428b2fb2
4 changed files with 54 additions and 25 deletions

View File

@@ -1 +1,14 @@
{ ... }: { }
{
pkgs,
...
}:
{
boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest;
kernelModules = [
"hid-logitech-dj"
"hid-logitech-hidpp"
];
};
}