fix(tazjin/nixos): use renamed libinput option
Change-Id: Iceb746abc037b898aa08912b37ef76d531247fa6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11767 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
parent
73c39fe1be
commit
b703b14576
1 changed files with 1 additions and 2 deletions
|
@ -12,14 +12,13 @@
|
||||||
|
|
||||||
redshift.enable = true;
|
redshift.enable = true;
|
||||||
blueman.enable = true;
|
blueman.enable = true;
|
||||||
|
libinput.enable = true;
|
||||||
|
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xkb.layout = "us";
|
xkb.layout = "us";
|
||||||
xkb.options = "caps:super";
|
xkb.options = "caps:super";
|
||||||
|
|
||||||
libinput.enable = true;
|
|
||||||
|
|
||||||
displayManager = {
|
displayManager = {
|
||||||
# Give EXWM permission to control the session.
|
# Give EXWM permission to control the session.
|
||||||
sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localuser:$USER";
|
sessionCommands = "${pkgs.xorg.xhost}/bin/xhost +SI:localuser:$USER";
|
||||||
|
|
Loading…
Reference in a new issue