mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Slight modifications
This commit is contained in:
@@ -1 +1,14 @@
|
||||
{ ... }: { }
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest;
|
||||
|
||||
kernelModules = [
|
||||
"hid-logitech-dj"
|
||||
"hid-logitech-hidpp"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user