chore: Add protonup-qt to system packages

This commit is contained in:
Tristan D. 2024-10-11 02:08:43 +02:00
parent d568aa0be1
commit 74ce569ef5
Signed by: tristan
SSH key fingerprint: SHA256:3RU4RLOoM8oAjFU19f1W6t8uouZbA7GWkaSW6rjp1k8

View file

@ -33,6 +33,10 @@
programs.xwayland.enable = true; programs.xwayland.enable = true;
programs.gamescope.enable = true; programs.gamescope.enable = true;
environment.systemPackages = with pkgs; [
protonup-qt
];
# hardware.xone.enable = true; # USB only, not needed ATM, and incompatible with recent kernels, bluetooth FTW # hardware.xone.enable = true; # USB only, not needed ATM, and incompatible with recent kernels, bluetooth FTW
hardware.xpadneo.enable = true; # Wireless hardware.xpadneo.enable = true; # Wireless
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;