treewide: rename deprecated options
This commit is contained in:
parent
d99a56cd95
commit
cc835da43c
5 changed files with 13 additions and 13 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
{ ... }: {
|
||||
services.xserver = {
|
||||
displayManager = {
|
||||
xserverArgs = [
|
||||
|
|
@ -6,14 +6,14 @@
|
|||
"-arinterval 15"
|
||||
];
|
||||
};
|
||||
libinput = {
|
||||
enable = true;
|
||||
mouse = {
|
||||
accelSpeed = "0";
|
||||
accelProfile = "flat";
|
||||
};
|
||||
xkb.options = "caps:escape";
|
||||
};
|
||||
services.libinput = {
|
||||
enable = true;
|
||||
mouse = {
|
||||
accelSpeed = "0";
|
||||
accelProfile = "flat";
|
||||
};
|
||||
xkbOptions = "caps:escape";
|
||||
};
|
||||
console.useXkbConfig = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue