Fix up some deprecation warnings

This commit is contained in:
Elnu 2025-06-19 12:35:17 -07:00
parent 44c5a27387
commit a8a2686914
2 changed files with 3 additions and 4 deletions

View file

@ -14,12 +14,10 @@ in
# Don't install dmenu, i3status, and i3lock
extraPackages = lib.mkOverride 0 [];
};
displayManager = {
sddm.enable = true;
};
};
displayManager = {
enable = true;
sddm.enable = true;
defaultSession = "none+i3";
};
udev.packages = [ pkgs.yubikey-personalization ];

View file

@ -5,7 +5,8 @@ with import ../theme; let
in
{
i18n.inputMethod = {
enabled = "fcitx5";
enable = true;
type = "fcitx5";
fcitx5.addons = with pkgs; [
(fcitx5-anthy.overrideAttrs (oldAttrs: {
# bugged custom Nicola tables fixed in master