add norwegian locale

This commit is contained in:
2026-07-18 20:42:34 +02:00
parent cb855ad1a4
commit d4d8be750a
+3
View File
@@ -15,6 +15,9 @@
nixpkgs.overlays = import ../../overlays.nix ++ import ./overlays.nix;
i18n.defaultLocale = "en_US.UTF-8";
i18n.extraLocales = [ "nb_NO.UTF-8/UTF-8" ];
services.thermald.enable = true;
nixpkgs.config.allowUnfreePredicate =