enable i18n
This commit is contained in:
parent
d09cca58aa
commit
d4b2c24d78
1 changed files with 4 additions and 2 deletions
|
|
@ -11,13 +11,15 @@
|
|||
|
||||
osbmModules = {
|
||||
desktopEnvironment = "plasma";
|
||||
services.jellyfin.enable = true;
|
||||
programs.adbFastboot.enable = true;
|
||||
emulation.aarch64.enable = true;
|
||||
hardware.hibernation.enable = false;
|
||||
hardware.wakeOnLan.enable = true;
|
||||
hardware.sound.enable = true;
|
||||
programs.adbFastboot.enable = true;
|
||||
services.jellyfin.enable = true;
|
||||
services.ollama.enable = true;
|
||||
i18n.enable = true;
|
||||
|
||||
};
|
||||
|
||||
# Bootloader.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue