nix-configs/modules/common/common.nix
2024-09-05 19:08:29 -04:00

6 lines
126 B
Nix

{ ... }:
{
time.timeZone = "America/New_York";
i18n.defaultLocale = "en_US.UTF-8";
programs.vim.defaultEditor = true;
}