diff options
Diffstat (limited to 'home-configuration.scm')
-rw-r--r-- | home-configuration.scm | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 02a3713..98bbbc0 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -107,7 +107,6 @@ "seahorse" "sicp" "strace" - "trezor-agent" "unzip" "zip"))) (services @@ -123,6 +122,18 @@ (description "Flashrom installation.") (default-value #f))) ssh-configuration + (service + (service-type + (name 'trezor-user-packages) + (extensions + (list + (service-extension home-profile-service-type + (lambda (_) + (map specification->package + (list + "trezor-agent")))))) + (description "Trezor packages for the user.") + (default-value #f))) (service home-bash-service-type (home-bash-configuration (environment-variables '(("EDITOR" . "emacs -nw") |