fix: dual boot bluetooth key
This commit is contained in:
parent
21dd6582e8
commit
42ab0e94ce
3 changed files with 12 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
|
|
@ -39,8 +38,12 @@
|
|||
|
||||
hardware = {
|
||||
steam-hardware.enable = true;
|
||||
|
||||
# Xbox controller
|
||||
xpadneo.enable = true;
|
||||
|
||||
# Xbox USB dongle
|
||||
xone.enable = true;
|
||||
};
|
||||
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue