mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-27 07:44:58 +08:00
fortune cookies
This commit is contained in:
parent
f9c1e8804e
commit
cecbdb9ffb
1 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.zsh = {
|
||||
|
|
@ -15,6 +15,10 @@
|
|||
# cf. https://developer.1password.com/docs/ssh/get-started#step-4-configure-your-ssh-or-git-client
|
||||
export SSH_AUTH_SOCK=~/Library/Group\ Containers/2BUA8C4S2C.com.1password/t/agent.sock
|
||||
'';
|
||||
|
||||
initExtra = ''
|
||||
${lib.getExe pkgs.fortune} | ${lib.getExe pkgs.charasay} say -r
|
||||
'';
|
||||
};
|
||||
|
||||
programs.nix-index.enableZshIntegration = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue