summaryrefslogtreecommitdiff
path: root/home-modules/apps/desktop/default.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-12-22 23:00:07 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-12-22 23:00:07 +0100
commitd2b6cf44a3277fd5d04bc10110d344827217e24e (patch)
tree6c62dcce5f9e3ac45a8cf1112ece2ef755142a2e /home-modules/apps/desktop/default.nix
parentee7b1d28e41a5ef25686ae1efc58b862e282813a (diff)
nixfmt
Diffstat (limited to 'home-modules/apps/desktop/default.nix')
-rw-r--r--home-modules/apps/desktop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/home-modules/apps/desktop/default.nix b/home-modules/apps/desktop/default.nix
index 64f1382..9a6f0e4 100644
--- a/home-modules/apps/desktop/default.nix
+++ b/home-modules/apps/desktop/default.nix
@@ -29,11 +29,11 @@ in
variant = "mocha";
})
];
- # Use fcitx
+ # Use fcitx
i18n.inputMethod = {
type = "fcitx5";
enable = true;
- fcitx5 = {
+ fcitx5 = {
waylandFrontend = true;
addons = with pkgs; [
fcitx5-gtk
@@ -45,7 +45,7 @@ in
};
};
- # Install the theme for fcitx
+ # Install the theme for fcitx
home.file."/.local/share/fcitx5/themes".source = "${pkgs.catppuccin-fcitx5}/share/fcitx5/themes";
})
(lib.mkIf cfg.email.enable {