Skip to content

Commit

Permalink
Add neo keyboard layout to non-nixos
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Jun 22, 2024
1 parent 5d020e2 commit f6b1270
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions home/users/christian/input/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{ inputs, ... }:

{
home.keyboard = {
layout = "de,de";
variant = "neo_qwertz,bone";
options = [
"grp:rctrl_toggle"
"grp_led:scroll"
];
};
}

0 comments on commit f6b1270

Please sign in to comment.