nixos/modules/common/common.nix
2023-12-24 11:01:25 -05:00

6 lines
148 B
Nix

{
security.rtkit.enable = true;
nixpkgs.config.allowUnfree = true;
time.timeZone = "America/Toronto";
i18n.defaultLocale = "en_CA.UTF-8";
}