mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 22:30:13 +00:00
neovim first init
This commit is contained in:
9
pkgs/tools/misc/loadkey/package.nix
Normal file
9
pkgs/tools/misc/loadkey/package.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellScriptBin "loadkey" ''
|
||||
printf "\nEnter the seed phrase for your SSH key...\n"
|
||||
printf "\nThen press ^D when complete.\n\n"
|
||||
mkdir -p ~/.ssh/
|
||||
${pkgs.melt}/bin/melt restore ~/.ssh/id_ed25519
|
||||
printf "\n\nContinuing activation.\n\n"
|
||||
''
|
Reference in New Issue
Block a user