feat(loona): add usb-modeswitch

This commit is contained in:
Ashhhleyyy 2024-07-23 08:06:32 +01:00
parent 6778b6d08a
commit d05dafe487
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -53,6 +53,7 @@
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
hardware.rtl-sdr.enable = true; hardware.rtl-sdr.enable = true;
users.users.ash.extraGroups = ["plugdev"]; users.users.ash.extraGroups = ["plugdev"];
hardware.usb-modeswitch.enable = true;
programs.steam.enable = true; programs.steam.enable = true;
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;