Nix: Add DateTimeLocale to module.nix

This commit is contained in:
scorpion-26 2023-09-01 03:24:01 +02:00
parent 6f9da7f7c9
commit 7a7c6b5ce8

View file

@ -118,6 +118,11 @@ in {
default = "%a %D - %H:%M:%S %Z";
description = "Set datetime style";
};
DateTimeLocale = mkOption {
type = types.nullOr types.str;
default = "";
description = "Set datetime locale (defaults to system locale if not set or set to empty string). Example locale: \"de_DE.utf8\"";
};
AudioInput = mkOption {
type = types.bool;
default = false;