mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop] Add missing description for layout
This commit is contained in:
parent
08515ffd95
commit
31e8dccf5e
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ in {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "fr";
|
default = "fr";
|
||||||
example = "us";
|
example = "us";
|
||||||
|
description = "Default keyboard layout for X and console";
|
||||||
};
|
};
|
||||||
audio = {
|
audio = {
|
||||||
noise-filter.strength = mkOption {
|
noise-filter.strength = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue