update controller settings and vm thingies on edi

This commit is contained in:
Lillian Violet 2025-09-10 19:10:36 +02:00
parent 0cc635afa0
commit a77e7bcda3
6 changed files with 58 additions and 0 deletions

View file

@ -52,6 +52,11 @@
kernelParams = ["quiet" "udev.log_priority=0" "fbcon=vc:2-6" "console=tty0"];
plymouth.enable = true;
};
services.udev.extraRules = ''
KERNEL=="hidraw*", ATTRS{idVendor}=="2dc8", MODE="0660", TAG+="uaccess"
KERNEL=="hidraw*", KERNELS=="*2DC8:*", MODE="0660", TAG+="uaccess"
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="2dc8", MODE="0666"
'';
zramSwap.enable = false;
networking = {
domain = "";
@ -148,6 +153,8 @@
noto-fonts-emoji-blob-bin
noto-fonts-emoji
qjackctl
ttf-ms-win10
bottles
# jellyfin-media-player
#rustdesk
@ -224,6 +231,7 @@
enableAutoMountUdevRules = true;
};
};
fonts.packages = [pkgs.ttf-ms-win10];
programs = {
steam = lib.mkForce {
enable = true;