[NixOS] Random tweaks

This commit is contained in:
2025-11-21 11:42:37 -08:00
parent d98e7ae597
commit 493bd42966
3 changed files with 4 additions and 3 deletions

View File

@@ -21,7 +21,8 @@ makeEnable config "myModules.wyoming" false {
}; };
openwakeword = { openwakeword = {
enable = true; enable = true;
preloadModels = ["alexa" "ok_nabu" "hey_rhasspy"]; # wyoming-openwakeword >=2.0 eagerly loads bundled models, so the
# previous preloadModels setting is no longer available.
uri = "tcp://0.0.0.0:10400"; uri = "tcp://0.0.0.0:10400";
}; };

View File

@@ -28,7 +28,7 @@ makeEnable config "myModules.xmonad" true {
haskellPackages.xmonad haskellPackages.xmonad
haskellPackages.imalison-xmonad haskellPackages.imalison-xmonad
# haskellPackages.notifications-tray-icon # haskellPackages.notifications-tray-icon
haskellPackages.gtk-sni-tray # haskellPackages.gtk-sni-tray
haskellPackages.status-notifier-item haskellPackages.status-notifier-item
haskellPackages.dbus-hslogger haskellPackages.dbus-hslogger
inputs.imalison-taffybar.defaultPackage."${pkgs.system}" inputs.imalison-taffybar.defaultPackage."${pkgs.system}"