From c5657eec274a2d8cd3c5eaed406dd788a8a8e0dd Mon Sep 17 00:00:00 2001 From: Alexander Szczepanski Date: Sun, 1 Sep 2024 10:22:49 +0200 Subject: [PATCH] desktop-2024-09-01-10-22-49 --- machine/desktop/configuration.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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