Bunch of config changes

This commit is contained in:
2024-09-12 18:39:59 +02:00
parent 59e360139f
commit 5655c8a056
9 changed files with 51 additions and 6 deletions

View File

@@ -38,6 +38,7 @@
enable = true;
efiSupport = true;
device = "nodev";
configurationLimit = 32;
};
networking.hostName = "xv-laptop"; # Define your hostname.
@@ -50,7 +51,12 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
hardware.opentabletdriver.enable = true;
# Configure wacom tablet
hardware.opentabletdriver = {
enable = true;
};
services.libinput.enable = true;
system.stateVersion = "24.05";