nix-LD
This commit is contained in:
parent
06375420dd
commit
67d4992479
@ -44,6 +44,7 @@ in
|
||||
initExtra = ''
|
||||
autoload -U add-zsh-hook
|
||||
export GITHUB_TOKEN="$(cat ${config.sops.secrets."github_token".path})"
|
||||
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
||||
'';
|
||||
|
||||
oh-my-zsh = {
|
||||
|
||||
@ -105,6 +105,8 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
services = {
|
||||
cron.enable = true;
|
||||
dbus.implementation = "broker";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user