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