cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-05-12 07:14:10 +03:00
parent d2720207a8
commit a45aab0b1f

View File

@ -1,14 +1,9 @@
# #
# TODO: # TODO:
# - setdisplay gamma (gnome-gamma-tool) # - setdisplay gamma (gnome-gamma-tool)
# - second language keyboard layout
# - language switching in Gnome (keyboard)
# - hibernation -- DONE
# - suspend -- DONE
# - split into logical components (OS, hardware, ...) # - split into logical components (OS, hardware, ...)
# - tablet-mode # - tablet-mode
# - sensors # - sensors
# - latex -- DONE
# #
# #
# Edit this configuration file to define what should be installed on # Edit this configuration file to define what should be installed on
@ -77,6 +72,7 @@
]; ];
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
# prevent the console fonts from being reset on driver detect/load...
# XXX move to hardware-specific-file... # XXX move to hardware-specific-file...
boot.initrd.kernelModules = [ "i915" ]; boot.initrd.kernelModules = [ "i915" ];