From 01f934bcfb9038096597591d786479bb336e32e0 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Tue, 7 Jun 2022 14:50:22 +0200 Subject: [PATCH] set locales --- profiles/base/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/default.nix b/profiles/base/default.nix index aad2280..4ef5a7c 100644 --- a/profiles/base/default.nix +++ b/profiles/base/default.nix @@ -38,6 +38,12 @@ in }; config = lib.mkIf cfg.enable { + home.language = { + base = "nb_NO"; + messages = "en_US"; + }; + + home.packages = with pkgs; [ nix-output-monitor nix-top