massive refactoring

This commit is contained in:
yaroslav
2026-05-09 16:17:24 +03:00
parent fa9f084702
commit 79483c0b9b
26 changed files with 370 additions and 507 deletions
+15
View File
@@ -0,0 +1,15 @@
{ inputs, config, pkgs, ...}:
{
virtualisation.waydroid.enable = true;
hardware.opentabletdriver.enable = true;
# Required by OpenTabletDriver
hardware.uinput.enable = true;
boot.kernelModules = [ "uinput" ];
# millenium steam
nixpkgs.overlays = [ inputs.millennium.overlays.default ];
services.flatpak.enable = true;
programs.throne.enable = true;
programs.throne.tunMode.enable = true;
}