remove search

This commit is contained in:
jopejoe1 2025-04-24 18:36:16 +02:00
parent 3dcf1840af
commit 5cba1e310c
4 changed files with 1 additions and 146 deletions

View file

@ -14,7 +14,7 @@ in
layout = lib.mkOption {
type = lib.types.str;
default = "us";
description = lib.mdDoc "Keyboard Layout.";
description = "Keyboard Layout.";
};
};