diff --git a/hosts/haze/boot.nix b/hosts/haze/boot.nix index 6ea69ef..a0d0d33 100644 --- a/hosts/haze/boot.nix +++ b/hosts/haze/boot.nix @@ -5,4 +5,15 @@ }; efi.canTouchEfiVariables = true; }; + + console = { + earlySetup = true; + useXkbConfig = true; + }; + + services = { + xserver = { + xkb.layout = "fr"; + }; + }; }