This commit is contained in:
Ryan Pandya 2025-02-01 11:12:58 -08:00
parent 06375420dd
commit 67d4992479
2 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@ in
initExtra = '' initExtra = ''
autoload -U add-zsh-hook autoload -U add-zsh-hook
export GITHUB_TOKEN="$(cat ${config.sops.secrets."github_token".path})" export GITHUB_TOKEN="$(cat ${config.sops.secrets."github_token".path})"
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
''; '';
oh-my-zsh = { oh-my-zsh = {

View File

@ -105,6 +105,8 @@ in
}; };
}; };
programs.nix-ld.enable = true;
services = { services = {
cron.enable = true; cron.enable = true;
dbus.implementation = "broker"; dbus.implementation = "broker";