Commit d9f617386196
Changed files (2)
hardware
profiles
hardware/thinkpad.nix
@@ -2,7 +2,7 @@
{
environment.systemPackages = with pkgs; [
- linuxPackages_4_12.tp_smapi
+ linuxPackages.tp_smapi
];
boot = {
kernelParams = [
profiles/desktop.nix
@@ -11,7 +11,6 @@
];
boot.loader.efi.canTouchEfiVariables = true;
- #boot.kernelPackages = pkgs.linuxPackages_4_12;
boot.tmpOnTmpfs = true;
environment.systemPackages = with pkgs; [