mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-27 03:08:38 +02:00
fix: secrets for work
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user