fix deprecation warnings

This commit is contained in:
Schrottkatze 2024-05-06 21:32:14 +02:00
commit caaa7c7c6b
No known key found for this signature in database
8 changed files with 23 additions and 16 deletions

View file

@ -65,9 +65,10 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
services.xserver.libinput.touchpad.disableWhileTyping = true;
services.xserver.libinput.touchpad.tapping = false;
services.libinput.touchpad = {
disableWhileTyping = true;
tapping = false;
};
networking.networkmanager.enable = true;
networking.hostName = "potatobook-g";