all repos — archive/dotfiles @ b710b6058767cf1d7c780f7e93aea6f52ad021c5

Superseded by nixfiles

Create shim home-manager modules

Alan Pearce
commit

b710b6058767cf1d7c780f7e93aea6f52ad021c5

parent

d0200a6b07e497d07dff2cfe0857f4dceb724b58

1 file changed, 9 insertions(+), 0 deletions(-)

changed files
A modules/trezor.nix
@@ -0,0 +1,9 @@
+{ config, pkgs, ... }: + +{ + home.file.".ssh/agent.config" = { + text = '' + ecdsa-curve-name = ed25519 + ''; + }; +}