fix: secrets for work

This commit is contained in:
Ryan Yin
2023-07-14 20:16:31 +08:00
parent 8684376b98
commit 5ed0ece058
6 changed files with 70 additions and 40 deletions

View File

@@ -1,11 +1,10 @@
{ config, builtins, ... }: {
{ ... }: {
programs.bash = {
enable = true;
enableCompletion = true;
bashrcExtra = ''
export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/go/bin"
'';
# ++ (builtins.readFile config.age.secrets."alias-for-work.bash".path);
shellAliases = {
k = "kubectl";