mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:58:30 +02:00
fix: secrets for work
This commit is contained in:
17
home/base/desktop/shell.nix
Normal file
17
home/base/desktop/shell.nix
Normal file
@@ -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