Change locale

This commit is contained in:
Invariantspace 2024-06-28 17:42:21 -07:00
parent 148fa76155
commit 44058865fe
No known key found for this signature in database
GPG key ID: EBC4A20067373921
5 changed files with 61 additions and 64 deletions

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
let usr = config.constants.userName; in {
home-manager.users.${usr} = { config, pkgs, ... }:
@ -95,6 +95,11 @@ let usr = config.constants.userName; in {
};
};
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [ fcitx5-nord fcitx5-rime ];
};
programs = {
dconf.enable = true;
steam.enable = true;