mirror of
https://github.com/flynx/nixos.git
synced 2025-10-28 18:50:09 +00:00
cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d2720207a8
commit
a45aab0b1f
@ -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" ];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user