feat: remove unused voxtype dictation feature
Voxtype voice-typing was a full feature (5 scripts, a waybar widget, a keybind, and a NixOS option) that this install does not use. The nomarchy.system.voxtype option had no consumer — nothing read it — so the widget and SUPER+CTRL+X bind were never actually gated by it. Removes the scripts, default config, the SUPER+CTRL+X bind, the waybar module (main + summer-night theme + css), the dead option, the installer comment, and the docs. SCRIPTS.md/KEYBINDINGS.md regenerated; OPTIONS.md and SKILL.md hand-updated. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -129,10 +129,6 @@ Without prime config, supergfxd still switches modes but render-offload via `nvi
|
||||
|
||||
`bool`, default `false`. fcitx5 input method for CJK / IME. Wires NixOS's `i18n.inputMethod` and autostarts `fcitx5-daemon`.
|
||||
|
||||
### `nomarchy.system.voxtype.enable`
|
||||
|
||||
`bool`, default `false`. voxtype voice-typing integration. voxtype isn't packaged in nixpkgs — when you enable this, install voxtype yourself (e.g. `home.packages = [ (pkgs.callPackage … {}) ]`). With this off the `SUPER+CTRL+X` keybinding and waybar widget are no-ops.
|
||||
|
||||
### `nomarchy.hardware.isXPS`
|
||||
|
||||
`bool`, default `false`. Dell XPS fixes — haptic touchpad service and PCI/I²C power-control udev rules.
|
||||
|
||||
Reference in New Issue
Block a user