update: reformat nixosModules options
This commit is contained in:
parent
0ba3786557
commit
2531504b58
19 changed files with 50 additions and 43 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{ ... }: {
|
||||
{ lib, ... }: {
|
||||
/*options.settings.locale = {
|
||||
enable = lib.mkEnableOption "enable locale config";
|
||||
it = lib.mkEnableOption "use IT locale";
|
||||
};*/
|
||||
|
||||
time.timeZone = "Europe/Rome";
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue