mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add Ledger Nano support
This commit is contained in:
parent
ad185ef5ef
commit
5e3a5da2df
1 changed files with 8 additions and 1 deletions
|
|
@ -4929,6 +4929,10 @@ Mostly used to install some compilers and lsp's that I want to have available wh
|
||||||
cfssl
|
cfssl
|
||||||
pcsctools
|
pcsctools
|
||||||
pcscliteWithPolkit.out
|
pcscliteWithPolkit.out
|
||||||
|
|
||||||
|
# ledger packages
|
||||||
|
ledger-live-desktop
|
||||||
|
|
||||||
# pinentry
|
# pinentry
|
||||||
|
|
||||||
# theme related
|
# theme related
|
||||||
|
|
@ -5134,7 +5138,7 @@ This is a super-convenient package that lets my remap my =CAPS= key to =ESC= if
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** Yubikey settings
|
*** Hardware compatibility settings (Yubikey, Ledger)
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: h:7a89b5e3-b700-4167-8b14-2b8172f33936
|
:CUSTOM_ID: h:7a89b5e3-b700-4167-8b14-2b8172f33936
|
||||||
:END:
|
:END:
|
||||||
|
|
@ -5153,12 +5157,15 @@ The rest of the gpg-agent related settings are here: [[#h:66fd578f-d4a0-4e17-bf3
|
||||||
|
|
||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
|
|
||||||
|
hardware.ledger.enable = true;
|
||||||
|
|
||||||
# environment.systemPackages = with pkgs; [
|
# environment.systemPackages = with pkgs; [
|
||||||
# --- IN SYSTEM PACKAGES SECTION ---
|
# --- IN SYSTEM PACKAGES SECTION ---
|
||||||
# ];
|
# ];
|
||||||
|
|
||||||
services.udev.packages = with pkgs; [
|
services.udev.packages = with pkgs; [
|
||||||
yubikey-personalization
|
yubikey-personalization
|
||||||
|
ledger-udev-rules
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue