summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-11-23 15:29:18 +0100
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-11-23 15:29:18 +0100
commit605fa7e8728fadffcad471fef6f62cc4bf6a3082 (patch)
treeec20f7830b96c242addef25dbed1b3f3f99fc643 /modules
parent4975024003e108098775326f6ca00f2d931a80f0 (diff)
Disable fcitx5 and add a vm-shell target
Diffstat (limited to 'modules')
-rw-r--r--modules/desktop/common.nix23
-rw-r--r--modules/desktop/wms/hyprland.nix1
2 files changed, 15 insertions, 9 deletions
diff --git a/modules/desktop/common.nix b/modules/desktop/common.nix
index 4690597..ca43c5f 100644
--- a/modules/desktop/common.nix
+++ b/modules/desktop/common.nix
@@ -58,15 +58,20 @@
# fcitx is broken for now
i18n.inputMethod = {
type = "fcitx5";
- enable = true;
- fcitx5.addons = with pkgs; [
- fcitx5-gtk
- fcitx5-lua
- fcitx5-mozc
- catppuccin-fcitx5
- fcitx5-table-other
- kdePackages.fcitx5-qt
- ];
+ enable = false;
+ fcitx5 = {
+ waylandFrontend = true;
+ addons = with pkgs; [
+ # fcitx5-gtk
+ # fcitx5-lua
+ # fcitx5-mozc
+ # catppuccin-fcitx5
+ # fcitx5-table-other
+ # fcitx5-gtk
+ # libsForQt5.fcitx5-qt
+ # kdePackages.fcitx5-qt
+ ];
+ };
};
fonts.packages = with pkgs; [
diff --git a/modules/desktop/wms/hyprland.nix b/modules/desktop/wms/hyprland.nix
index dfc7116..b35881c 100644
--- a/modules/desktop/wms/hyprland.nix
+++ b/modules/desktop/wms/hyprland.nix
@@ -45,6 +45,7 @@ in
xdg-desktop-portal-gnome
xdg-desktop-portal-hyprland
wl-clipboard
+ hyprland-qt-support
];
}
]