Initial commit
This commit is contained in:
commit
e886de58af
23 changed files with 926 additions and 0 deletions
6
modules/timezone.nix
Normal file
6
modules/timezone.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
time.timeZone = "America/Edmonton";
|
||||
i18n.defaultLocale = "en_CA.UTF-8";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue