all repos — nixfiles @ 496cfc51e4c157481d9911bf6993a930579c78b9

System and user configuration, managed by nix and home-manager

modules/hardware/trezor.nix (view raw)

1
2
3
4
{ config, pkgs, ... }:

{ services.trezord.enable = true;
}