set locales
This commit is contained in:
parent
64c6878c31
commit
01f934bcfb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue