Bunch of config changes
This commit is contained in:
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user