task | update for upstream changes

This commit is contained in:
Don Harper 2024-09-11 19:55:49 -05:00
parent 38287dcc56
commit 663843f753
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
home.packages = with pkgs; [
gnome.gnome-boxes
gnome-boxes
libvirt
qemu
];

View file

@ -62,7 +62,8 @@ in {
i18n = {
defaultLocale = "en_US.utf8";
inputMethod = {
enabled = "fcitx5";
enable = true;
type = "fcitx5";
fcitx5.addons = with pkgs; [
fcitx5-mozc
fcitx5-gtk