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

@ -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
];
}];