home/programs/niri: add compose key on ralt

This commit is contained in:
Anthony Rodriguez 2024-10-07 18:43:00 +02:00
parent abb1350b9b
commit 44560d184d
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -24,6 +24,10 @@ in {
layout = { layout = {
border.active = pkgs.lib.rgba schemeData.palette.base0E; border.active = pkgs.lib.rgba schemeData.palette.base0E;
}; };
input.keyboard.xkb = {
layout = "us";
options = "compose:ralt";
};
}; };
}; };
} }