Feat: modularized hh1 printing.
This commit is contained in:
parent
f622009e87
commit
d98f41f2a5
3 changed files with 26 additions and 16 deletions
|
|
@ -10,11 +10,13 @@ in {
|
|||
./graphics.nix
|
||||
./joycond.nix
|
||||
./power.nix
|
||||
./printer.nix
|
||||
];
|
||||
|
||||
options.niksos.hardware = {
|
||||
bluetooth = mkEO "bluetooth related stuff.";
|
||||
fingerprint = mkEO "fingerprint support.";
|
||||
printer = mkEO "hh1 printer support.";
|
||||
|
||||
graphics = {
|
||||
enable = mkEO "core graphics";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue