-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
If clicking dropdowns or keeping the program open too long, plover crashes with [MainThread] WARNING: Qt: Could not find any platform plugin
{
inputs,
...
}:
{
flake.homeModules.core =
{ pkgs, lib, ... }:
let
plover-pkg =
inputs.plover-flake.packages.${pkgs.stdenv.hostPlatform.system}.plover-full.overrideAttrs (old: {
});
in
{
imports = [ inputs.plover-flake.homeManagerModules.plover ];
programs.plover = {
enable = true;
package = plover-pkg;
};
};
}Using i3
config without the plover.nix file
https://github.com/Ap6661/dotfiles-nix/tree/dendritic
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels