remove fcitx and satellite systemd service
This commit is contained in:
parent
5b145e5b83
commit
e488d6ee4b
5 changed files with 8 additions and 85 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue