nix-configs/modules/common/common.nix
2024-04-27 22:37:03 -04:00

5 lines
124 B
Nix

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