mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 03:02:49 +00:00
Nix: Add DateTimeLocale to module.nix
This commit is contained in:
parent
6f9da7f7c9
commit
7a7c6b5ce8
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue