From a45aab0b1ffa0b5bddf2eef3f79a450e10b487bd Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 12 May 2024 07:14:10 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index 65fdadd..e4faa84 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,14 +1,9 @@ # # TODO: # - setdisplay gamma (gnome-gamma-tool) -# - second language keyboard layout -# - language switching in Gnome (keyboard) -# - hibernation -- DONE -# - suspend -- DONE # - split into logical components (OS, hardware, ...) # - tablet-mode # - sensors -# - latex -- DONE # # # Edit this configuration file to define what should be installed on @@ -77,6 +72,7 @@ ]; boot.kernelPackages = pkgs.linuxPackages_latest; + # prevent the console fonts from being reset on driver detect/load... # XXX move to hardware-specific-file... boot.initrd.kernelModules = [ "i915" ];