mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-10 14:42:40 +02:00
fix: secrets for work
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
./development.nix
|
||||
./media.nix
|
||||
./shell.nix
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
|
||||
{ ... }: {
|
||||
programs.bash = {
|
||||
# load the alias file for work
|
||||
bashrcExtra = ''
|
||||
source /run/agenix/alias-for-work.bash
|
||||
'';
|
||||
};
|
||||
|
||||
programs.nushell = {
|
||||
# load the alias file for work
|
||||
extraConfig = ''
|
||||
source /run/agenix/alias-for-work.nushell
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user