adding compose key etc

This commit is contained in:
Matt Nish-Lapidus 2025-02-23 17:03:37 -05:00
parent e9c6a1a6da
commit d90c80b61e
5 changed files with 45 additions and 41 deletions

View file

@ -20,10 +20,10 @@
bitwig-studio5-3
(nix-config.pkgs-stable.yabridge.override {
(yabridge.override {
wine = wineWowPackages.stagingFull;
})
(nix-config.pkgs-stable.yabridgectl.override {
(yabridgectl.override {
wine = wineWowPackages.stagingFull;
})

View file

@ -23,7 +23,10 @@ in {
};
input = {
keyboard.xkb.layout = "us";
keyboard.xkb = {
layout = "us";
options = "compose:ralt";
};
touchpad = {
natural-scroll = true;