nix-configs/nixos-modules/common/common.nix

9 lines
149 B
Nix
Raw Normal View History

2024-09-05 19:08:29 -04:00
{
2024-04-27 22:10:36 -04:00
time.timeZone = "America/New_York";
i18n.defaultLocale = "en_US.UTF-8";
2024-12-01 21:21:51 -05:00
programs.vim = {
enable = true;
defaultEditor = true;
};
2024-04-27 22:10:36 -04:00
}