wip keyboard stuff

This commit is contained in:
Vivian Lim 2024-03-29 14:28:23 -07:00
parent 742a89182b
commit 2696604edf
1 changed files with 6 additions and 1 deletions

View File

@ -15,10 +15,15 @@ maliit-apply-viv-settings = pkgs.writeShellScriptBin "maliit-apply-viv-settings"
# these don't seem to really work yet
${gsettings-maliit}/bin/gsettings-maliit set org.maliit.keyboard.maliit auto-capitalization false
${gsettings-maliit}/bin/gsettings-maliit set org.maliit.keyboard.maliit opacity 0.7
${gsettings-maliit}/bin/gsettings-maliit set org.maliit.keyboard.maliit plugin-paths ${maliit-keyboard}/lib/maliit/plugins # gsettings can only set an entire array at once, put in quotes and quare brackets and single quotes
${gsettings-maliit}/bin/gsettings-maliit set org.maliit.keyboard.maliit plugin-paths ${pkgs.maliit-keyboard}/lib/maliit/plugins # gsettings can only set an entire array at once, put in quotes and quare brackets and single quotes
'';
# refs
# i had another tab showing an example, but it may be gone
# overriding steam to apply paths (is this applicable to all pkgs?)
# https://github.com/NixOS/nixpkgs/issues/230246#issuecomment-1537156273
in {
environment.systemPackages = with pkgs; [
maliit-keyboard # onscreen keyboard, integrates with plasma nicely