fix: dual boot bluetooth key
This commit is contained in:
parent
21dd6582e8
commit
42ab0e94ce
3 changed files with 12 additions and 1 deletions
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue