fix broken/deprecated things

This commit is contained in:
Schrottkatze 2024-09-02 19:07:58 +02:00
parent 6aab08ec9b
commit 47ba1e5796
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
5 changed files with 24 additions and 39 deletions

View file

@ -13,6 +13,7 @@
# sway = {
# default = ["wlr"];
# };
config.common.default = "*";
};
services.swayidle = {

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;