From 663843f753782f02ebe8f2a37113581bd493044d Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 11 Sep 2024 19:55:49 -0500 Subject: [PATCH] task | update for upstream changes --- home/gui/boxes.nix | 2 +- hosts/workstation/default.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home/gui/boxes.nix b/home/gui/boxes.nix index fabafba..ed9e0d8 100644 --- a/home/gui/boxes.nix +++ b/home/gui/boxes.nix @@ -1,6 +1,6 @@ {pkgs, ...}: { home.packages = with pkgs; [ - gnome.gnome-boxes + gnome-boxes libvirt qemu ]; diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index d38c9c5..1044b1b 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -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