Update files

This commit is contained in:
2026-03-28 17:21:19 +00:00
parent 48e51cb952
commit f5cd434ac0
2 changed files with 4 additions and 1 deletions

View File

@@ -44,7 +44,6 @@ in
gpu-screen-recorder # GPU screen recorder for Linux
imv # Image viewer
inkscape # Vector graphics software
kdePackages.wacomtablet # Wacom tablet manager
krita # Digital art software
libreoffice-fresh # Office suite
lunar-client # Minecraft launcher

View File

@@ -8,5 +8,9 @@
enable = true;
enable32Bit = true;
};
opentabletdriver.enable = true;
uinput.enable = true;
};
boot.kernelModules = [ "uinput" ]
}