Virtual keyboard with cosmic
NixOS Discourse
Virtual keyboard with cosmic
Hi, I’m currently trying to make the virtual keyboard work with the Cosmic Desktop Manager. I’ve set up a distinct systemd service. However, it doesn’t seem to be working. The Service itself: systemd.user.services = { maliit-keyboard = { description = "Maliit virtual keyboard"; wantedBy = [ "graphical-session.target" ]; wants = [ "graphical-session.target" ]; after = [ "graphical-session.target" ]; serviceConfig = { ExecStart = "${pkgs.maliit-keyboard}...
0 comments
No comments yet.