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

@ -28,6 +28,12 @@
allowUnfree = true;
};
};
services.udev.extraRules = ''
KERNEL=="hidraw*", ATTRS{idVendor}=="057e", MODE="0660", TAG+="uaccess"
KERNEL=="hidraw*", KERNELS=="*057e:*", MODE="0660", TAG+="uaccess"
KERNEL=="hidraw*", ATTRS{idVendor}=="2dc8", MODE="0660", TAG+="uaccess"
KERNEL=="hidraw*", KERNELS=="*2DC8:*", MODE="0660", TAG+="uaccess"
'';
environment.systemPackages =
with pkgs; [
@ -39,6 +45,9 @@
# System tools
aha
ttf-ms-win10
wineWowPackages.stable
bottles
#bcachefs-tools
clinfo
comma
@ -96,6 +105,8 @@
# Can be used to install latest version of some packages
# ])
;
fonts.packages = [pkgs.ttf-ms-win10];
sops = {
secrets."nextcloud-password" = {
mode = "0600";