mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2024-12-22 07:17:28 +01:00
Use utf8 not latin1
This commit is contained in:
parent
dbc0132431
commit
097e53edae
@ -39,8 +39,8 @@ in
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.language = {
|
||||
base = "nb_NO";
|
||||
messages = "en_US";
|
||||
base = "nb_NO.utf8";
|
||||
messages = "en_US.utf8";
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user