diff --git a/home/users/christian/input/default.nix b/home/users/christian/input/default.nix new file mode 100644 index 00000000..4f93bf75 --- /dev/null +++ b/home/users/christian/input/default.nix @@ -0,0 +1,12 @@ +{ inputs, ... }: + +{ + home.keyboard = { + layout = "de,de"; + variant = "neo_qwertz,bone"; + options = [ + "grp:rctrl_toggle" + "grp_led:scroll" + ]; + }; +}