feat(shell): set work browser via dotenv
This commit is contained in:
parent
e684d5a347
commit
a9975018f4
|
@ -79,7 +79,12 @@ in {
|
||||||
enableNixDirenvIntegration = true;
|
enableNixDirenvIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".envrc".text = ''
|
# for .envrc's in child directories add "source_up"
|
||||||
|
# for them to pick up this config
|
||||||
|
home.file."dev/work/.envrc".text = ''
|
||||||
dotenv
|
dotenv
|
||||||
'';
|
'';
|
||||||
|
home.file."dev/work/.env".text = ''
|
||||||
|
BROWSER=firefox-work
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue