flake/nixos/profiles/desktop/addtional/accessories/xbox.nix

9 lines
101 B
Nix
Raw Normal View History

{...}:
2023-09-19 00:17:43 +00:00
# Xbox accessories
{
hardware = {
xone.enable = true;
xpadneo.enable = true;
};
}