mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
profiles/vfio: screenstub input generation
This commit is contained in:
parent
23d70dff9b
commit
4baa3b556c
1 changed files with 2 additions and 2 deletions
|
|
@ -10,9 +10,9 @@ in
|
|||
options.home-manager.users = let
|
||||
userVFIOExtend = { config, ... }: {
|
||||
config = mkIf config.wayland.windowManager.sway.enable {
|
||||
wayland.windowManager.sway.config.input = genAttrs [ "tablet" "mouse" "kbd" ] (t:
|
||||
wayland.windowManager.sway.config.input = mapListToAttrs (t:
|
||||
nameValuePair "5824:1503:screenstub-${t}" ({ events = "disabled"; })
|
||||
);
|
||||
) [ "tablet" "mouse" "kbd" ];
|
||||
};
|
||||
};
|
||||
in mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue