Add input modules (greek and japanese)

This commit is contained in:
marc
2025-10-05 15:43:04 +02:00
parent ed00a90dda
commit 7277d5b080
4 changed files with 95 additions and 4 deletions

View File

@@ -69,6 +69,11 @@ in
system.kanata.enable = true;
system.devices.voyager.enable = true;
system.input = {
japanese.enable = true;
greek.enable = true;
};
# - Desktop ----------------------------------
desktop = {
inherit wallpaper;
@@ -76,8 +81,8 @@ in
# Use Γραφείο (custom) desktop environment
grapheio.enable = true;
# Add greek keyboard layout
wm.hyprland.kb_layout = "es,gr";
# # Add greek keyboard layout -- currently commented as fcitx5 adds greek support
# wm.hyprland.kb_layout = "es,gr";
};
# - Editors and development ------------------
@@ -91,6 +96,7 @@ in
dev.docker.users = ["marc"];
# - Other apps -------------------------------
app.anki.enable = true;
app.spotify.enable = true;
# app.skype.enable = true;
app.nextcloud.enable = true;