nix-configs/nixos-modules/common/common.nix
2024-12-01 21:21:51 -05:00

8 lines
149 B
Nix

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