added tiny irc client.
This involved setting up the pass password manager to manage secrets, which in turn required setting up gpg, which needed syncthing to sync keys.
This commit is contained in:
parent
3e833842e1
commit
57252af57b
7 changed files with 73 additions and 2 deletions
|
@ -22,6 +22,7 @@
|
|||
enableNushellIntegration = true;
|
||||
};
|
||||
programs.direnv.enableNushellIntegration = true;
|
||||
services.gpg-agent.enableNushellIntegration = true;
|
||||
|
||||
services.pueue = {
|
||||
enable = true;
|
||||
|
|
|
@ -21,7 +21,8 @@ $env.EDITOR = nvim
|
|||
$env.VISUAL = nvim
|
||||
$env.PIPENV_VENV_IN_PROJECT = 1
|
||||
$env.POETRY_VIRTUALENVS_IN_PROJECT = 1
|
||||
$env.SSH_AUTH_SOCK = $"($env.XDG_RUNTIME_DIR)/ssh-agent"
|
||||
$env.XDG_DATA_HOME = ( $env.HOME | path join ".local" "share" )
|
||||
$env.PASSWORD_STORE_DIR = ($env.XDG_DATA_HOME | path join "password-store")
|
||||
|
||||
$env.NU_LIB_DIRS = [
|
||||
...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue