flake: remove disable systemd fcitx5 daemon

This commit is contained in:
Guanran Wang 2023-09-26 16:37:10 +08:00
parent fda212386c
commit c70b79327c
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -94,8 +94,6 @@
extraSpecialArgs = { inherit inputs; }; # ??? isnt specialArgs imported by default ???
};
# fcitx, use kde kcm
systemd.user.services.fcitx5-daemon.enable = lib.mkForce false;
})
hosts.nixosModule
@ -130,6 +128,7 @@
];
};
# Currently un-used.
"imac-nixos" = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };