Update flake
This commit is contained in:
parent
d79dff22a2
commit
148fa76155
4 changed files with 22 additions and 29 deletions
|
|
@ -2,17 +2,9 @@
|
|||
|
||||
{
|
||||
# Configure input methods
|
||||
i18n = {
|
||||
inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
fcitx5.addons = with pkgs; [ fcitx5-nord fcitx5-rime ];
|
||||
};
|
||||
supportedLocales = [
|
||||
"C.UTF-8/UTF-8"
|
||||
"en_US.UTF-8/UTF-8"
|
||||
"ja_JP.UTF-8/UTF-8"
|
||||
"zh_CN.UTF-8/UTF-8"
|
||||
];
|
||||
i18n.inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
fcitx5.addons = with pkgs; [ fcitx5-nord fcitx5-rime ];
|
||||
};
|
||||
|
||||
# Configure keyboard mapping
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ let
|
|||
in
|
||||
{
|
||||
home-manager.users.${usr} = {
|
||||
|
||||
home.packages = with jovianPkgs; [
|
||||
feishin
|
||||
lutris
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue