From 430b0c8e81f5098984759fb44dd65119f62fc564 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Thu, 23 Dec 2021 05:24:59 +0100 Subject: [PATCH] base: fix keyboard language value --- profiles/xsession/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/xsession/default.nix b/profiles/xsession/default.nix index 2e6ec22..77ed165 100644 --- a/profiles/xsession/default.nix +++ b/profiles/xsession/default.nix @@ -15,7 +15,7 @@ in profiles.gui.enable = true; home.keyboard = { - layout = "no-latin1"; + layout = "no"; }; services.random-background = {