remove fcitx and satellite systemd service

This commit is contained in:
ulic-youthlic 2025-05-10 01:10:25 +08:00
parent 5b145e5b83
commit e488d6ee4b
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
5 changed files with 8 additions and 85 deletions

View file

@ -27,19 +27,6 @@ in {
home.sessionVariables = {
inherit (cfg) DISPLAY;
};
david.programs = {
xwayland-satellite = {
inherit (cfg) DISPLAY;
enable = true;
};
fcitx5-reload = {
enable = true;
};
};
systemd.user.services = {
"fcitx5-reload".Unit.After = ["xwayland-satellite.service"];
"xwayland-satellite".Unit.Before = ["fcitx5-reload.service"];
};
youthlic.programs.niri = {
# settings = lib.mkMerge [(import ./settings.nix args) cfg.settings];
config =