add input methods to deck
This commit is contained in:
parent
66558f419d
commit
09db4e94cd
1 changed files with 19 additions and 0 deletions
|
|
@ -42,6 +42,25 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Input method configuration
|
||||||
|
i18n.inputMethod = {
|
||||||
|
enable = true;
|
||||||
|
type = "ibus";
|
||||||
|
ibus.engines = with pkgs.ibus-engines; [
|
||||||
|
libpinyin # Chinese Simplified Pinyin
|
||||||
|
mozc # Japanese (Romaji)
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
# Prevent automatic suspend on AC power (GNOME power settings)
|
||||||
|
programs.dconf.profiles.user.databases = [{
|
||||||
|
settings = {
|
||||||
|
"org/gnome/settings-daemon/plugins/power" = {
|
||||||
|
sleep-inactive-ac-type = "nothing";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}];
|
||||||
|
|
||||||
# Hardware support for Steam Deck (AMD APU)
|
# Hardware support for Steam Deck (AMD APU)
|
||||||
hardware = {
|
hardware = {
|
||||||
enableRedistributableFirmware = true;
|
enableRedistributableFirmware = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue