fix: dual boot bluetooth key

This commit is contained in:
DACHXY 2025-04-14 11:56:16 +08:00
parent 21dd6582e8
commit 42ab0e94ce
3 changed files with 12 additions and 1 deletions

View file

@ -29,6 +29,11 @@
};
};
# Disable integrated bluetooth adapter
services.udev.extraRules = ''
SUBSYSTEM=="usb", ATTRS{idVendor}=="8087", ATTRS{idProduct}=="0033", ATTR{authorized}="0"
'';
environment.systemPackages = with pkgs; [
prismlauncher
];