diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 06b319f..e8ee112 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -56,8 +56,7 @@ in { i18n = { defaultLocale = "en_US.utf8"; inputMethod = { - enabled = true; - type = "fcitx5"; + enabled = "fcitx5"; fcitx5.addons = with pkgs; [ fcitx5-mozc fcitx5-gtk @@ -226,7 +225,6 @@ in { users = { root = { initialPassword = "changeme"; - description = "root of all evil"; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINd8AdVbQQ/Fmw+b9mI8EMYqIoRkwmSwAOtmlte3incL don@loki" ];