From 1836439d96bb3a621f274f89fcefc7215e9340b3 Mon Sep 17 00:00:00 2001 From: joy Date: Fri, 9 Aug 2024 20:43:05 +0200 Subject: [PATCH] update --- home/hyprland/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index c3a2458..2276fde 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -170,8 +170,11 @@ input = { kb_layout = "us,de"; kb_variant = ",qwerty"; - kb_options = "grp:alt_shift_toggle caps:swapescape"; - }; + kb_options = [ + "grp:alt_shift_toggle" + "caps:swapescape" + ]; + }; device = { name= "at-translated-set-2-keyboard";