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