From d05dafe4879717a350c26855ae9c6003b185552a Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Tue, 23 Jul 2024 08:06:32 +0100 Subject: [PATCH] feat(loona): add usb-modeswitch --- hosts/loona/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/loona/configuration.nix b/hosts/loona/configuration.nix index 41bd90e..8fd8a7f 100644 --- a/hosts/loona/configuration.nix +++ b/hosts/loona/configuration.nix @@ -53,6 +53,7 @@ hardware.bluetooth.enable = true; hardware.rtl-sdr.enable = true; users.users.ash.extraGroups = ["plugdev"]; + hardware.usb-modeswitch.enable = true; programs.steam.enable = true; nixpkgs.config.allowUnfree = true;