From 276ab6be3eb1a74047bb3b0da3e5c0a12e872888 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Thu, 19 Nov 2020 20:46:30 +0100 Subject: [PATCH] t480s-work: add ledger hw support and desktop app --- nix/home-manager/configuration/graphical-fullblown.nix | 2 ++ nix/os/devices/steveej-t480s-work/system.nix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/nix/home-manager/configuration/graphical-fullblown.nix b/nix/home-manager/configuration/graphical-fullblown.nix index 53c469e..77d7d3e 100644 --- a/nix/home-manager/configuration/graphical-fullblown.nix +++ b/nix/home-manager/configuration/graphical-fullblown.nix @@ -312,5 +312,7 @@ in { screenkey # shotcut # openshot-qt + + ledger-live-desktop ]); } diff --git a/nix/os/devices/steveej-t480s-work/system.nix b/nix/os/devices/steveej-t480s-work/system.nix index 4a8f712..06a03d3 100644 --- a/nix/os/devices/steveej-t480s-work/system.nix +++ b/nix/os/devices/steveej-t480s-work/system.nix @@ -138,4 +138,6 @@ in { } ''; }; + + hardware.ledger.enable = true; }