flake: remove disable systemd fcitx5 daemon
This commit is contained in:
parent
fda212386c
commit
c70b79327c
1 changed files with 1 additions and 2 deletions
|
@ -94,8 +94,6 @@
|
||||||
|
|
||||||
extraSpecialArgs = { inherit inputs; }; # ??? isnt specialArgs imported by default ???
|
extraSpecialArgs = { inherit inputs; }; # ??? isnt specialArgs imported by default ???
|
||||||
};
|
};
|
||||||
# fcitx, use kde kcm
|
|
||||||
systemd.user.services.fcitx5-daemon.enable = lib.mkForce false;
|
|
||||||
})
|
})
|
||||||
|
|
||||||
hosts.nixosModule
|
hosts.nixosModule
|
||||||
|
@ -130,6 +128,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Currently un-used.
|
||||||
"imac-nixos" = nixpkgs.lib.nixosSystem {
|
"imac-nixos" = nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = { inherit inputs; };
|
specialArgs = { inherit inputs; };
|
||||||
|
|
Loading…
Reference in a new issue