From 2638c40bc5f488b38131b6ed27d8e4f3c8fca5e0 Mon Sep 17 00:00:00 2001 From: chaos Date: Sat, 30 Mar 2024 11:29:21 +0100 Subject: [PATCH] move xkb layout to base config --- profiles/gui/base/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/gui/base/default.nix b/profiles/gui/base/default.nix index 60ab06a..f8b2b0d 100644 --- a/profiles/gui/base/default.nix +++ b/profiles/gui/base/default.nix @@ -17,6 +17,10 @@ in { programs.dconf.enable = true; + services.xserver.xkb = { + layout = "gb"; + }; + fonts = { packages = with pkgs; [comic-sans comic-code]; fontconfig = {