set locales

This commit is contained in:
Daniel Lovbrotte Olsen 2022-06-07 14:50:22 +02:00
parent 64c6878c31
commit 01f934bcfb
1 changed files with 6 additions and 0 deletions

View File

@ -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