esperanto!

This commit is contained in:
tristan 2023-11-01 11:05:57 +00:00
parent f57b4f7dd2
commit 22e8556a47
3 changed files with 12 additions and 0 deletions

View file

@ -17,6 +17,8 @@ with lib;
heroic
BeatSaberModManager
protontricks
protonup-qt
gamemode
(makeDesktopItem {
name = "x11steam";

View file

@ -21,6 +21,7 @@ with lib;
# moonlander is programmed in dvorak!
device:zsa-technology-labs-moonlander-mark-i {
kb_variant =
kb_options = esperanto:qwerty,lv3:ralt_switch
}
'';
}

View file

@ -16,6 +16,14 @@ with lib;
roles.dev.enable = true;
roles.gamer.enable = true;
i18n.defaultLocale = "eo.UTF-8";
i18n.supportedLocales = [
"eo/UTF-8"
"en_US.UTF-8/UTF-8"
"en_GB.UTF-8/UTF-8"
];
services.xserver.layout = "epo";
home-manager.users.${user}.imports = [{
services.nextcloud-client.enable = true;
services.gnome-keyring.enable = true;
@ -33,6 +41,7 @@ with lib;
anki
hugo
libsForQt5.neochat
bookworm
];
}];