nix-configs/modules/common/common.nix
2024-05-30 22:08:27 -04:00

5 lines
126 B
Nix

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