reenable stuff for prusaslicer, bug with wezterm on lap

This commit is contained in:
Tao Tien 2024-07-30 15:25:51 -07:00
parent 9d1499ab74
commit 5e4172132f
2 changed files with 7 additions and 7 deletions

View file

@ -127,11 +127,11 @@
time.timeZone = lib.mkDefault "US/Pacific";
# services.automatic-timezoned.enable = lib.mkDefault true;
# i18n.extraLocaleSettings = {
# LC_CTYPE = "en_US.UTF-8";
# LC_MESSAGES = "en_US.UTF-8";
# LC_ALL = "en_US.UTF-8";
# };
i18n.extraLocaleSettings = {
LC_CTYPE = "en_US.UTF-8";
LC_MESSAGES = "en_US.UTF-8";
LC_ALL = "en_US.UTF-8";
};
systemd.extraConfig = ''
DefaultTimeoutStopSec=15s

View file

@ -6,8 +6,8 @@ local config = {
check_for_updates = false,
hide_tab_bar_if_only_one_tab = true,
webgpu_power_preference = 'LowPower',
front_end = 'WebGpu',
-- webgpu_power_preference = 'LowPower',
-- front_end = 'WebGpu',
}
return config