Sway: Move swaykbdd to packages.

This commit is contained in:
Dmitry Voronin 2025-01-14 16:08:33 +03:00
parent 50609fbafc
commit e3beef1948
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
...
}:
let
@ -21,7 +20,7 @@ in
};
programs.sway = {
enable = true;
extraPackages = with pkgs; [ swaykbdd ];
xwayland.enable = true;
wrapperFeatures = {
base = true;
gtk = true;

View file

@ -100,6 +100,7 @@
slurp # Screen selection.
swappy # Screenshot editing.
sway # Sway WM.
swaykbdd # Keyboard layout per-window.
waybar # Sway bar.
wf-recorder # Screen recording.