fixup! kde: sync XWayland keyboard layout with KDE
This commit is contained in:
parent
c04b76f2e0
commit
958a045b4b
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ lib.mkIf (config.my.desktop == "kde") {
|
|||
systemd.user.services.kde-sync-xkbmap = {
|
||||
Unit = {
|
||||
Description = "Sync xkbmap with KDE keyboard layout";
|
||||
PartOf = [ "graphical-session.target" ];
|
||||
After = [ "graphical-session.target" ];
|
||||
PartOf = [ "plasma-workspace.target" ];
|
||||
After = [ "plasma-workspace.target" ];
|
||||
};
|
||||
Service = {
|
||||
ExecStart = lib.getExe pkgs.kde-sync-xkbmap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue