refactor
This commit is contained in:
parent
1206380efd
commit
7203fc1ed9
51 changed files with 175 additions and 108 deletions
9
nixos/fuchsia/services/libinput/default.nix
Normal file
9
nixos/fuchsia/services/libinput/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
services.libinput = {
|
||||
enable = true;
|
||||
mouse = {accelProfile = "flat";};
|
||||
};
|
||||
|
||||
# DBus daemon to configure input devices.
|
||||
services.ratbagd.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue