chore: update deprecated xserver option

This commit is contained in:
matt1432 2024-02-05 06:40:53 -05:00
parent 540db27873
commit 6441ae6548
3 changed files with 10 additions and 8 deletions
modules/hyprland

View file

@ -89,10 +89,10 @@ in {
];
input = let
inherit (config.services) xserver;
inherit (config.services.xserver) xkb;
in {
kb_layout = xserver.layout;
kb_variant = xserver.xkbVariant;
kb_layout = xkb.layout;
kb_variant = xkb.variant;
follow_mouse = true;
touchpad = {