mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add support for xbox controller dongle
This commit is contained in:
parent
9f41f9f155
commit
47dc95c42f
2 changed files with 14 additions and 0 deletions
|
|
@ -6301,6 +6301,13 @@ This opens a few gaming ports and installs the steam configuration suite for gam
|
||||||
pkgs.proton-ge-bin
|
pkgs.proton-ge-bin
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.xone.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
linuxKernel.packages.linux_6_10.xone
|
||||||
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,4 +21,11 @@
|
||||||
pkgs.proton-ge-bin
|
pkgs.proton-ge-bin
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hardware.xone.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
linuxKernel.packages.linux_6_10.xone
|
||||||
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue