From 31e8dccf5ebc47ab53afa802f9d4208a8c52b07d Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 27 Jan 2022 00:37:49 +0100 Subject: [PATCH] [Desktop] Add missing description for layout --- desktop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop.nix b/desktop.nix index 1786bbc..c1c82d1 100644 --- a/desktop.nix +++ b/desktop.nix @@ -69,6 +69,7 @@ in { type = types.str; default = "fr"; example = "us"; + description = "Default keyboard layout for X and console"; }; audio = { noise-filter.strength = mkOption {