x11 doit être activé à la main dans configuration.nix
This commit is contained in:
@@ -7,12 +7,15 @@ let
|
|||||||
flags = currentMachine.configuration-flags;
|
flags = currentMachine.configuration-flags;
|
||||||
in
|
in
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Il faut activer `services.xserver.enable = true;` dans configuration.nix
|
||||||
|
*/
|
||||||
mkIf currentMachine.profiles.isDesktopEnvironment {
|
mkIf currentMachine.profiles.isDesktopEnvironment {
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
# Enable the X11 windowing system.
|
# Enable the X11 windowing system.
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
layout = "fr";
|
layout = "fr";
|
||||||
xkbOptions = "eurosign:e";
|
xkbOptions = "eurosign:e";
|
||||||
displayManager.lightdm.enable = true;
|
displayManager.lightdm.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user