Update NixOS config.

This commit is contained in:
Elias Gasparis 2025-01-12 21:00:40 +08:00
parent 8b5e8da3da
commit f27d11ac69
3 changed files with 7 additions and 24 deletions

View file

@ -62,11 +62,11 @@
LC_TIME = "en_US.UTF-8";
};
i18n.inputMethod = {
enable = true;
type = "ibus";
ibus.engines = with pkgs.ibus-engines; [ libpinyin table-chinese];
};
i18n.inputMethod = {
enable = true;
type = "ibus";
ibus.engines = with pkgs.ibus-engines; [ libpinyin table-chinese];
};
# Enable the X11 windowing system.
services.xserver.enable = true;
@ -88,7 +88,6 @@ i18n.inputMethod = {
services.printing.enable = false;
# Enable sound with pipewire.
services.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;