Update ~8/26/24
This commit is contained in:
13
system/hardware/inputMethods.nix
Normal file
13
system/hardware/inputMethods.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, lib, pkgs, systemSettings, ... }:
|
||||
{
|
||||
i18n = {
|
||||
inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
fcitx5 = {
|
||||
waylandFrontend = true;
|
||||
plasma6Support = true;
|
||||
addons = with pkgs; [ fcitx5-mozc ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -8,5 +8,6 @@
|
||||
powerManagement.finegrained = false;
|
||||
open = true;
|
||||
nvidiaSettings = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.production;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user