Skip to content

Commit

Permalink
boreal: fix broken keyboard layout on linux 5.12
Browse files Browse the repository at this point in the history
See keyboardio/Model01-Firmware#109 for details, enabling libinput
seems to solve the problem for now. Fingers crossed.
  • Loading branch information
alarsyo committed Jun 10, 2021
1 parent 4601a97 commit cb24c49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hosts/boreal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ in
./home.nix
];

boot.kernelPackages = pkgs.linuxPackages_latest;

# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
Expand Down Expand Up @@ -107,6 +109,7 @@ in
windowManager.i3.enable = true;
layout = "fr";
xkbVariant = "us";
libinput.enable = true;
};
};
my.displayManager.sddm.enable = true;
Expand Down

0 comments on commit cb24c49

Please sign in to comment.