fix broken/deprecated things

This commit is contained in:
Schrottkatze 2024-09-02 19:07:58 +02:00
commit 47ba1e5796
No known key found for this signature in database
5 changed files with 24 additions and 39 deletions

View file

@ -30,14 +30,6 @@ in
./x.nix
];
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [
fcitx5-mozc
fcitx5-gtk
];
};
programs.seahorse.enable = true;
security.pam.services.jade.enableGnomeKeyring = true;