nix: make fcitx5 a homeManager module

This commit is contained in:
Primrose 2024-08-09 10:34:24 +02:00
parent 0da5ebfc21
commit 06a4ec7611
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
8 changed files with 6 additions and 3 deletions

View file

@ -177,6 +177,7 @@ in
self.nixosModules.zram
{
home-manager.users.leana = {
imports = [ self.homeModules.fcitx5 ];
programs.neovim.extraLangServers.enable = true;
programs.git.signing.signByDefault = true;
extra.utilities.enable = true;