tv configs: set NIX_PATH
This commit is contained in:
parent
60faa6e3cf
commit
0faad027e7
@ -90,6 +90,15 @@ with lib;
|
||||
view = "vim -R";
|
||||
};
|
||||
|
||||
environment.variables = {
|
||||
NIX_PATH =
|
||||
with config.krebs.build.source; with dir; with git;
|
||||
mkForce (concatStringsSep ":" [
|
||||
"nixpkgs=${nixpkgs.target-path}"
|
||||
"secrets=${stockholm.target-path}/null"
|
||||
]);
|
||||
};
|
||||
|
||||
programs.bash = {
|
||||
interactiveShellInit = ''
|
||||
HISTCONTROL='erasedups:ignorespace'
|
||||
|
Loading…
Reference in New Issue
Block a user