nix-LD
This commit is contained in:
parent
06375420dd
commit
67d4992479
@ -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 = {
|
||||||
|
|||||||
@ -105,6 +105,8 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
cron.enable = true;
|
cron.enable = true;
|
||||||
dbus.implementation = "broker";
|
dbus.implementation = "broker";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user