mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-05 19:21:38 +02:00
17 lines
264 B
Nix
17 lines
264 B
Nix
{ ... }:
|
|
{
|
|
programs.niri.settings.input = {
|
|
keyboard = {
|
|
xkb = {
|
|
layout = "us";
|
|
variant = "altgr-intl";
|
|
};
|
|
};
|
|
touchpad = {
|
|
tap = false;
|
|
natural-scroll = true;
|
|
dwt = true;
|
|
dwtp = true;
|
|
};
|
|
};
|
|
}
|