From c70b79327cd20bb0c8a8d9cd09c09acccc86773d Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Tue, 26 Sep 2023 16:37:10 +0800 Subject: [PATCH] flake: remove disable systemd fcitx5 daemon --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index fb5d8ba..a323ea8 100755 --- a/flake.nix +++ b/flake.nix @@ -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; };