task | update for upstream changes
This commit is contained in:
parent
38287dcc56
commit
663843f753
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
gnome.gnome-boxes
|
gnome-boxes
|
||||||
libvirt
|
libvirt
|
||||||
qemu
|
qemu
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,8 @@ in {
|
||||||
i18n = {
|
i18n = {
|
||||||
defaultLocale = "en_US.utf8";
|
defaultLocale = "en_US.utf8";
|
||||||
inputMethod = {
|
inputMethod = {
|
||||||
enabled = "fcitx5";
|
enable = true;
|
||||||
|
type = "fcitx5";
|
||||||
fcitx5.addons = with pkgs; [
|
fcitx5.addons = with pkgs; [
|
||||||
fcitx5-mozc
|
fcitx5-mozc
|
||||||
fcitx5-gtk
|
fcitx5-gtk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue