diff --git a/machine/desktop/configuration.nix b/machine/desktop/configuration.nix index 6551d5c..3ff601b 100755 --- a/machine/desktop/configuration.nix +++ b/machine/desktop/configuration.nix @@ -65,7 +65,8 @@ in efi = { canTouchEfiVariables = true; }; }; - extraModulePackages = with pkgs.linuxPackages; [ it87 ]; + kernelPackages = pkgs.linuxPackages_latest; + extraModulePackages = with pkgs.linuxPackages_latest; [ it87 ]; kernelModules = [ "it87" ]; # kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" ]; }; @@ -86,11 +87,6 @@ in time.timeZone = "Europe/Berlin"; - console = { - font = "latarcyrheb-sun32"; - keyMap = "us"; - }; - environment.systemPackages = with pkgs.unstable; [ lact amdgpu_top