t480s-work: add ledger hw support and desktop app

This commit is contained in:
steveej 2020-11-19 20:46:30 +01:00
parent 24a7f64d27
commit 276ab6be3e
2 changed files with 4 additions and 0 deletions

View file

@ -312,5 +312,7 @@ in {
screenkey screenkey
# shotcut # shotcut
# openshot-qt # openshot-qt
ledger-live-desktop
]); ]);
} }

View file

@ -138,4 +138,6 @@ in {
} }
''; '';
}; };
hardware.ledger.enable = true;
} }