Fix typos
This commit is contained in:
@ -40,7 +40,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||
};
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
# use latest kernel
|
||||
kernelPackages = pkgs.linuxPackages.latest;
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernel.sysctl = {
|
||||
# function keys on keychron keyboard won't work otherwise
|
||||
"module.hid_apple.parameters.fnmode" = "2";
|
||||
|
Reference in New Issue
Block a user