ChimeraOS / chimeraos

A Steam Big Picture based couch gaming OS
MIT License
1.67k stars 116 forks source link

ntfs: move the udev rule on its own package #988

Closed NeroReflex closed 2 months ago

NeroReflex commented 3 months ago

Make it easier for an user to spot chimeraos-specific customizations by moving files in theirs own package.

BoukeHaarsma23 commented 3 months ago

Why not merge all this stuff into one package? Similar to steamos-customizations?

pastaq commented 3 months ago

Most of our udev rules are already moved to device quirks unless they are package specific

NeroReflex commented 3 months ago

Why not merge all this stuff into one package? Similar to steamos-customizations?

To keep them separate has its value as it's easy to understand what package does what, and someone looking at the repo can easily find out where configurations are coming from.

Plus, may the need arise to remove any of that it will be easier this way.

NeroReflex commented 2 months ago

This is now handled differently: see https://github.com/ChimeraOS/chimeraos/pull/1016